Ensure that the Reserved Concurrency feature is enabled and configured for your Amazon Lambda functions. Enabling reserved concurrency ensures predictable performance and cost control for your Lambda functions by limiting the number of concurrent executions.
excellence
optimisation
Reserved concurrency in Amazon Lambda allows you to set a limit on the number of concurrent executions for a specific Lambda function, ensuring it doesn't exceed that limit even during spikes in traffic. Setting a concurrent execution limit at the Lambda function level ensures predictable scaling, prevents excessive resource usage, and enhances cost control and performance.
Audit
To determine if your Amazon Lambda functions are configured to use reserved concurrency, perform the following operations:
Remediation / Resolution
To enable and configure the Reserved Concurrency feature for your Amazon Lambda functions, perform the following operations:
References
- AWS Documentation
- Managing AWS Lambda functions
- Lambda function scaling
- Configuring reserved concurrency
- AWS Command Line Interface (CLI) Documentation
- list-functions
- get-function-concurrency
- put-function-concurrency
Unlock the Remediation Steps
Free 30-day Trial
Automatically audit your configurations with Conformity
and gain access to our cloud security platform.
You are auditing:
Enable and Configure Reserved Concurrency
Risk Level: Medium