- Home
- All questions
- Question 222
AWS Certified Solutions Architect study material · question 222 of 500
How does reserved concurrency protect the resources behind a Lambda function?
Show the answer
Answer: C. It caps the function's concurrency so it cannot overwhelm downstream systems
Reserved concurrency acts as both a floor and a ceiling, guaranteeing room to scale while preventing the function from overloading what sits behind it.
Source: Understanding Lambda function scaling (Amazon Web Services) — Reserved concurrency