AWS Certified Solutions Architect – Associate (SAA-C03) — Question 954

A company hosts a website analytics application on a single Amazon EC2 On-Demand Instance. The analytics application is highly resilient and is designed to run in stateless mode.

The company notices that the application is showing signs of performance degradation during busy times and is presenting 5xx errors. The company needs to make the application scale seamlessly.

Which solution will meet these requirements MOST cost-effectively?

Answer options

Correct answer: D

Explanation

Option D is the most cost-effective and seamless solution because stateless, highly resilient applications are ideal candidates for Spot Instances, which offer up to a 90% discount compared to On-Demand pricing. Utilizing an Auto Scaling group with an Application Load Balancer allows the application to automatically scale in and out based on traffic demands without manual intervention. In contrast, Options A and B rely on more expensive On-Demand instances without dynamic scaling, and Option C causes application downtime by stopping the instance to scale vertically.