ExamQuestions.com

Register
Login
AWS Certified DevOps Engineer Professional Exam Questions

Amazon

AWS Certified DevOps Engineer Professional

346 / 500

Question 346:

You have a development team that is planning for continuous release cycles for their application. They want to use the AWS services available to be able to deploy a web application and also ensure they can rollback to previous versions fairly quickly. Which of the following options can be used to achieve this requirement. Choose 2 answers from the options given below

Answer options:

A.Use the Elastic beanstalk service. Use Application versions and upload the revisions of your application. Deploy the revisions accordingly and rollback to prior versions accordingly.
B.Use the Elastic beanstalk service. Create separate environments for each application revision. Revert back to an environment incase the new environment does not work.
C.Use the Opswork service to deploy the web instances. Deploy the app to the Opswork web layer. Rollback using the Deploy app in Opswork.
D.Use the Cloudformation service. Create separate templates for each application revision and deploy them accordingly.