AWS Certified Solutions Architect – Associate (SAA-C02) — Question 543

A solutions architect is designing a workload that will store hourly energy consumption by business tenants in a building. The sensors will feed a database through
HTTP requests that will add up usage for each tenant. The solutions architect must use managed services when possible. The workload will receive more features in the future as the solutions architect adds independent components.
Which solution will meet these requirements with the LEAST operational overhead?

Answer options

Correct answer: A

Explanation

Combining Amazon API Gateway, AWS Lambda, and Amazon DynamoDB provides a fully managed, serverless architecture that minimizes operational overhead by eliminating the need to manage servers. This decoupled design allows the solutions architect to easily add independent components and features in the future. Other options rely on Amazon EC2 instances, which increase operational overhead due to the need for OS patching, scaling configurations, and infrastructure maintenance.