ExamQuestions.com

Register
Login
AWS Certified DevOps Engineer Professional Exam Questions

Amazon

AWS Certified DevOps Engineer Professional

74 / 500

Question 74:

You currently have an Auto Scaling group with an Elastic Load Balancer and need to phase out all instances and replace them with a new instance type. What are 2 ways by which this can be achieved?

Answer options:

A.Use NewestInstance to phase out all instances that use the previous configuration.
B.Attach an additional ELB to your Auto Scaling configuration and phase in newer instances while removing older instances.
C.Use OldestLaunchConfiguration to phase out all instances that use the previous configuration.
D.Attach an additional Auto Scaling configuration behind the ELB and phase in newer instances while removing older instances.