Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How should a solutions architect design a scalable and elastic API for a company experiencing seasonal spikes in tax computation inquiries?
A
Host the API on an Amazon EC2 instance for computation on incoming requests.
B
Utilize Amazon API Gateway for a REST API, integrating with AWS Lambda to handle tax computation based on item names.
C
Implement an Application Load Balancer distributing requests to two EC2 instances for tax computation.
D
Create a REST API with Amazon API Gateway linked to an EC2-hosted API for processing tax computations.