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

An ecommerce company wants to launch a one-deal-a-day website on AWS. Each day will feature exactly one product on sale for a period of 24 hours. The company wants to be able to handle millions of requests each hour with millisecond latency during peak hours.
Which solution will meet these requirements with the LEAST operational overhead?

Answer options

Correct answer: D

Explanation

The correct answer, D, minimizes operational overhead by using serverless components like AWS Lambda and Amazon API Gateway, which automatically scale with demand. In contrast, options A, B, and C require more management and resources, such as EC2 instances or container orchestration, which increases operational complexity and overhead.