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

A company provides an API to its users that automates inquiries for tax computations based on item prices. The company experiences a larger number of inquiries during the holiday season only that cause slower response times. A solutions architect needs to design a solution that is scalable and elastic.

What should the solutions architect do to accomplish this?

Answer options

Correct answer: B

Explanation

Option B is correct because it utilizes AWS Lambda, which is inherently scalable and elastic, allowing it to handle varying loads efficiently. Options A and C rely solely on Amazon EC2 instances, which require manual scaling and may not handle peak loads effectively. Option D, while using API Gateway, still depends on a single EC2 instance, limiting scalability compared to a serverless approach with Lambda.