ExamQuestions.com

Register
Login
AWS Certified DevOps Engineer Professional Exam Questions

Amazon

AWS Certified DevOps Engineer Professional

116 / 500

Question 116:

You are a DevOps engineer working in a small IT company. It has a limited operation budget for AWS resources. So spot EC2 instances are always suggested. There is a new application that will be deployed via a Load Balancer and Auto Scaling Group. However, as this application controls the authentication for all other company products, it is inappropriate to use only spot instances for this. The best way is to use a combination of On-Demand and Spot instances for the Auto Scaling Group if possible. What is the best way to implement this?

Answer options:

A.Create two ASGs. One for On-Demand instances and one for Spot instances.
B.Create the ASG by a Launch Template and configure the On-Demand/Spot percentage accordingly.
C.In Auto Scaling Launch Configuration, configure a suitable On-Demand/Spot percentage and then create the ASG with this Launch Configuration.
D.It is impossible to create a combination of On-Demand and Spot instances for this case. Only one type is allowed for an ASG configuration.