Multiple Choice
A DevOps Engineer is tasked with migrating Docker containers used for a workload to AWS. The solution must allow for changes to be deployed into development and test environments automatically by updating each container and checking it into a container registry. Once the containers are pushed, they must be deployed automatically. Which solution will meet these requirements?
A) Store containers images in Amazon S3. Run the containers in AWS Elastic Beanstalk using a multicontainer Docker environment. Configure Elastic Beanstalk to redeploy the containers if it detects a new version in Amazon S3.
B) Store container images in AWS Artifact. Use AWS CodePipeline to trigger a deployment if a new container version is created. Use AWS CodeDeploy to deploy new containers to Amazon EKS.
C) Store container images in Amazon ECR. Use AWS CodePipeline to trigger deployment if a new container version is created. Use AWS CodeDeploy to deploy the image to AWS Fargate.
D) Store container images in Docker Hub. Install Docker on an Amazon EC2 instance and use AWS CodePipeline and AWS CodeDeploy to deploy any new containers.
Correct Answer:

Verified
Correct Answer:
Verified
Q451: If Ansible encounters a resource that does
Q452: You need to deploy an AWS stack
Q453: A company wants to use Amazon ECS
Q454: A DevOps Engineer just joined a new
Q455: A devops team uses AWS CloudFormation to
Q457: An application is being deployed with two
Q458: A company hosts its staging website using
Q459: A company has developed a static website
Q460: You need to deploy a new application
Q461: You are using a configuration management system