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?https://go-math-science.com/computing/advanced-topics/cloud-computing/technology/amazon-web-services/aws-lambda/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-websitehttps://go-math-science.com/@@site-logo/logo-new.png
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 date: 2024/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