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

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 using Amazon API Gateway with AWS Lambda provides a serverless solution that automatically scales and manages load during peak times. Options A and D rely on EC2 instances, which require manual scaling and can lead to performance issues under heavy load. Option C, while using an Application Load Balancer, still depends on EC2 instances that may not scale as efficiently as a serverless architecture.