AWS Certified SysOps Administrator – Associate — Question 464

A company runs a stateless application that is hosted on an Amazon EC2 instance. Users are reporting performance issues. A SysOps administrator reviews the
Amazon CloudWatch metrics for the application and notices that the instance's CPU utilization frequently reaches 90% during business hours.
What is the MOST operationally efficient solution that will improve the application's responsiveness?

Answer options

Correct answer: C

Explanation

Since the application is stateless, it is ideal for horizontal scaling. Utilizing an Auto Scaling group with an Application Load Balancer and a target tracking scaling policy dynamically adjusts the number of EC2 instances to handle the load without manual intervention, making it the most operationally efficient solution. Other options either do not resolve the resource constraint automatically, focus on latency rather than CPU utilization, or introduce unnecessary complexity and downtime through vertical scaling.