- Home
- All questions
- Question 414
AWS Certified Solutions Architect study material · question 414 of 500
A critical function has no reserved concurrency and the account's pool is exhausted by other functions. What happens to it?
Show the answer
Answer: C. It is throttled and starts dropping requests
Functions without reserved concurrency share the on-demand pool and throttle once it runs out, which is exactly what reserving concurrency prevents.
Source: Understanding Lambda function scaling (Amazon Web Services) — Understanding reserved and provisioned concurrency