Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
You are configuring an AWS Lambda function to handle a high volume of concurrent requests for a real-time data processing application. Which settings would you adjust to meet the concurrency and performance needs?
A
Increase the memory allocation for the Lambda function.
B
Set a reserved concurrency limit to control the number of concurrent executions.
C
Enable provisioned concurrency to keep instances warm and reduce cold start times.
D
All of the above.