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

A company is building a new dynamic ordering website. The company wants to minimize server maintenance and patching. The website must be highly available and must scale read and write capacity as quickly as possible to meet changes in user demand.

Which solution will meet these requirements?

Answer options

Correct answer: A

Explanation

Option A is the best choice as it utilizes serverless architecture with Amazon API Gateway and AWS Lambda, minimizing server maintenance, while Amazon DynamoDB's on-demand capacity allows for rapid scaling based on user demand. The other options involve using EC2 instances, which require more maintenance and do not scale as efficiently compared to the serverless approach.