ExamQuestions.com

Register
Login
AWS Certified DevOps Engineer Professional Exam Questions

Amazon

AWS Certified DevOps Engineer Professional

110 / 500

Question 110:

You are developing a Java application that is deployed in AWS by an Auto Scaling Group. The EC2 instances belong to the m5.large type. Recently, due to several newly added features, the response time of the application increased because of the high CPU usage rate. You need to modify the EC2 instance type to c5.large to remedy this issue. What is the best way to implement this?

Answer options:

A.In AWS console, edit the Auto Scaling Group by modifying the instance type from m5.large to c5.large.
B.Select the relevant launch configuration and choose “Actions -> Copy launch configuration”. Modify the instance type accordingly in the new configuration. Select the new launch configuration for the Auto Scaling Group.
C.In AWS EC2 console, stop the EC2 instances, modify the instance type to c5.large in “Instance Settings -> Change Instance Type” and then start the instances.
D.Select the Auto Scaling launch configuration and choose “Actions -> Change Instance Type”. Modify the instance type to c5.large accordingly.