volume_mute

In the context of AWS Lambda, how does the burst concurrency quota apply when there is a sudden increase in demand, such as during a flash sale on a website?

publish date2024/09/02 00:26:13.981480 UTC

volume_mute
The burst concurrency quota is allocated individually to each Lambda function within the Region
The burst concurrency quota applies to all Lambda functions within the Region collectively, not individually per function
The burst concurrency quota allows unlimited scaling of Lambda functions during a sudden spike in demand
The burst concurrency quota only applies to a single Lambda function at a time during a burst event

Correct Answer

The burst concurrency quota applies to all Lambda functions within the Region collectively, not individually per function

Reference

AWS Skill Builder


Quizzes you can take where this question appears