Practice free →
HomeAWS Solutions Architect Associatecloudcomputingresilientarchitectures › Which AWS pattern lets an HTTP API handle 10× tr…

Which AWS pattern lets an HTTP API handle 10× traffic spikes WITHOUT provisioning EC2 capacity ahead of time?

AEC2 m5.large instances with Reserved Instance commitments
BAmazon API Gateway → AWS Lambda (serverless API with auto-scaling)
CAWS Outposts deployed in the customer's office
DAmazon ECS on EC2 launch type with manual scaling
Answer & Solution
Correct answer: B. Amazon API Gateway → AWS Lambda (serverless API with auto-scaling)
API Gateway + Lambda is the canonical serverless API pattern — concurrency scales without VM management. Reserved EC2 / manual ECS scaling don't absorb 10× bursts without manual prep. Outposts are on-prem racks.
Solve this in the app — AWS Solutions Architect Associate practice & 24k+ MCQs →
Related questions