ExamQuestions.com

Register
Login
AWS Certified DevOps Engineer Professional Exam Questions

Amazon

AWS Certified DevOps Engineer Professional

36 / 500

Question 36:

You are a DevOps engineer for a company. With stack policies in place, you have been requested to create a cost-effective rolling deployment solution with minimal downtime. How should you achieve this? Choose two answers from the options below.

Answer options:

A.Re-deploy your application using a Opsworks template to deploy Elastic Beanstalk.
B.Re-deploy with a CloudFormation template, define update policies on Auto Scaling groups in your CloudFormation template.
C.Use AutoscalingRollingUpdate attribute to specify how CloudFormation handles updates to Autoscaling Group Resource.
D.After each stack is deployed, tear down the old stack.