AWS Certified SysOps Administrator – Associate — Question 68

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 SysOps administrator must scale the application to meet the increased traffic.

Which solution meets these requirements?

Answer options

Correct answer: C

Explanation

Option C is correct because using an Auto Scaling group with a target tracking scaling policy allows the application to automatically adjust to changes in traffic, maintaining performance. Option A only addresses resizing existing instances, which may not be sufficient. Option B suggests adding instances based on latency but lacks the continuous scaling capability of Auto Scaling. Option D relies on a scheduled policy, which does not adapt to real-time traffic fluctuations.