Multiple Choice
After a daily scrum with your development teams, you've agreed that using Blue/Green style deployments would benefit the team. Which technique should you use to deliver this new requirement?
A) Re-deploy your application on AWS Elastic Beanstalk, and take advantage of Elastic Beanstalk deployment types.
B) Using an AWS CloudFormation template, re-deploy your application behind a load balancer, launch a new AWS CloudFormation stack during each deployment, update your load balancer to send half your traffic to the new stack while you test, after verification update the load balancer to send 100% of traffic to the new stack, and then terminate the old stack.
C) Re-deploy your application behind a load balancer that uses Auto Scaling groups, create a new identical Auto Scaling group, and associate it to the load balancer. During deployment, set the desired number of instances on the old Auto Scaling group to zero, and when all instances have terminated, delete the old Auto Scaling group.
D) Using an AWS OpsWorks stack, re-deploy your application behind an Elastic Load Balancing load balancer and take advantage of OpsWorks stack versioning, during deployment create a new version of your application, tell OpsWorks to launch the new version behind your load balancer, and when the new version is launched, terminate the old OpsWorks stack.
Correct Answer:

Verified
Correct Answer:
Verified
Q518: You work for a company that automatically
Q519: A DevOps Engineer is working on a
Q520: Using the AWS CLI, which command retrieves
Q521: You have decided that you need to
Q522: Your application stores sensitive information on an
Q524: An application running on a set of
Q525: A company's DevOps team launches a WorkSpace
Q526: Your application uses CloudFormation to orchestrate your
Q527: A company is using Amazon EC2 for
Q528: What storage driver does Docker generally recommend