AWS Certified SysOps Administrator – Associate (SOA-C03) — Question 53

A company runs a web application on three Amazon EC2 instances behind an Application Load Balancer (ALB). The company notices that random periods of increased traffic cause a degradation in the application’s performance. A CloudOps engineer must scale the application to meet the increased traffic.
Which solution meets these requirements?

Answer options

Correct answer: C

Explanation

The correct answer is C because deploying the application in an Auto Scaling group with a target tracking scaling policy allows it to automatically adjust the number of EC2 instances based on the traffic load, ensuring optimal performance. Options A and B involve manual interventions and do not provide automatic scaling capabilities, while option D uses a scheduled scaling policy, which is not as responsive to unpredictable traffic spikes.