ExamQuestions.com

Register
Login
AWS Certified DevOps Engineer Professional Exam Questions

Amazon

AWS Certified DevOps Engineer Professional

28 / 500

Question 28:

During metric analysis, your team has determined that the company`s website during peak hours is experiencing response times higher than anticipated. You currently rely on Auto Scaling to scale the application during peak windows. How can you improve your Auto Scaling policy to reduce this high response time?

Answer options:

A.Push custom metrics to CloudWatch to monitor your CPU and network bandwidth from your servers, which will allow your Auto Scaling policy to have better fine-grain insight.
B.Increase your Auto Scaling group’s maximum number of servers.
C.Create a script that runs and monitors your servers. When it detects an anomaly in load, it posts to an Amazon SNS topic that adds more servers to the load balancer.
D.Push custom metrics to CloudWatch for your application that includes more detailed information about your web application, such as how many requests it is handling and how many requests are waiting to be processed. Set up scaling policies using the metrics.