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

An ecommerce company is running a seasonal online sale. The company hosts its website on Amazon EC2 instances spanning multiple Availability Zones. The company wants its website to manage sudden traffic increases during the sale.

Which solution will meet these requirements MOST cost-effectively?

Answer options

Correct answer: D

Explanation

Option D is the most cost-effective solution because dynamic scaling allows the infrastructure to expand automatically in response to traffic demand and shrink when demand drops, ensuring the company only pays for what it uses. Options A and B require keeping idle or over-provisioned resources running, which leads to unnecessary costs. Option C is incorrect because caching dynamic content in this manner is inefficient and scaling down the origin group prematurely could lead to application failures during cache misses.