ExamQuestions.com

Register
Login
AWS Certified DevOps Engineer Professional Exam Questions

Amazon

AWS Certified DevOps Engineer Professional

466 / 500

Question 466:

As a DevOps engineer, you use a CloudFormation stack to maintain an Auto Scaling group and a launch template. When there is an update in the launch template, you would update the stack with the new CloudFormation template. You need to ensure that the CloudFormation stack creates a new Auto Scaling group during the update and deletes the old Auto Scaling group during the cleanup process. Which of the following UpdatePolicy attributes would you configure in the CloudFormation template?

Answer options:

A.UpdatePolicy:
AutoScalingReplacingUpdate:
WillReplace: true
B.UpdatePolicy:
AutoScalingReplacingUpdate:
WillReplace: false
C.UpdatePolicy:
AutoScalingRollingUpdate:
MinInstancesInService: 0
WaitOnResourceSignals: true
D.UpdatePolicy:
AutoScalingScheduledAction:
IgnoreUnmodifiedGroupSizeProperties: true