ExamQuestions.com

Register
Login
AWS Certified DevOps Engineer Professional Exam Questions

Amazon

AWS Certified DevOps Engineer Professional

170 / 500

Question 170:

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

Answer options:

A.Re-deploy your application using a CloudFormation template.
B.Re-deploy with a CloudFormation template, define update policies on Auto Scaling groups in your CloudFormation template.
C.Use UpdatePolicy attribute with AutoScalingRollingUpdate policy on CloudFormation to deploy new code.
D.After each stack is deployed, tear down the old stack.