ExamQuestions.com

Register
Login
AWS Certified DevOps Engineer Professional Exam Questions

Amazon

AWS Certified DevOps Engineer Professional

190 / 500

Question 190:

You are currently using Elastic Beanstalk to host your production environment. You need to roll out updates to your application hosted on this environment. This is a critical application which is why there is a requirement that the rollback, if required, should be carried out with the least amount of downtime. Which of the following deployment strategies would ideally help achieve this purpose?

Answer options:

A.Create a Cloudformation template with the same resources as those in the Elastic beanstalk environment. If the deployment fails, deploy the Cloudformation template.
B.Use Rolling updates in Elastic Beanstalk so that the rolling updates feature would roll back to the last deployment if the deployment fails.
C.Create another parallel environment in the elastic Beanstalk. Use the Swap URL feature.
D.Create another parallel environment in the elastic Beanstalk. Create a new Route53 Domain name for the new environment and release that URL to the users.