Scenario: A sudden spike in AWS Lambda invocations has been observed, causing unexpected costs. How would you address this issue?
- Add additional Lambda function replicas
- Disable Lambda function triggers
- Implement concurrency limits
- Increase Lambda function timeout
Implementing concurrency limits can control the number of concurrent executions, preventing unexpected spikes in invocations and associated costs.
Loading...
Related Quiz
- Which metric is commonly used to assess the scalability of a system in performance testing?
- How does AWS handle trust relationships in Cross-Account Access configurations?
- What security considerations should be taken into account when using VPC integration with AWS Lambda?
- How do cold start reduction techniques improve the performance of AWS Lambda functions?
- What are some recommended practices for logging in AWS Lambda?