Question 426:
As a part of modernizing CI/CD processes to deploy Docker containers with Amazon ECS as standard deployment, you must integrate AWS CodeBuild as a step into AWS CodePipeline to provide high availability. At the same time, the source code changes for the Docker image. What are relevant statements true in this case? (Select TWO).
Answer options:
A.Use the Jenkinsfile to describe in AWS CodePipeline the steps to be deployed. B.Use the imagedefinitions.json file to describe in AWS CodePipeline the container application. C.Use the Dockerfile to describe in AWS CodeBuild the phases of a Docker image build. D.Use buildspec.yml file to describe in AWS CodeBuild the phases of a Docker image build. E.Use buildspec.yml file to describe in Amazon ECS the phases of a Docker image build.