- Home
- All questions
- Question 415
AWS Certified Solutions Architect study material · question 415 of 500
Which two effects does setting reserved concurrency on a Lambda function have? Choose two.
Show the answer
Answer: B. It guarantees that function a slice of the account's concurrency
C. It caps that function so it cannot exceed the reserved amount
Reserved concurrency acts as both a floor and a ceiling. Pre-initializing environments is what provisioned concurrency does.
Source: Understanding Lambda function scaling (Amazon Web Services) — Reserved concurrency