
AWS Certified Data Engineer - Associate
Get started today
Ultimate access to all questions.
You are configuring an AWS Lambda function to handle a high volume of concurrent requests. Which of the following settings would you adjust to ensure optimal performance and concurrency?
You are configuring an AWS Lambda function to handle a high volume of concurrent requests. Which of the following settings would you adjust to ensure optimal performance and concurrency?
Simulated
Explanation:
All the settings mentioned are important for managing concurrency and performance in Lambda functions. Increasing the timeout duration can handle longer-running tasks, setting reserved concurrency can control the number of concurrent executions, and enabling provisioned concurrency can reduce cold start times, ensuring consistent performance.