scan_lambda_concurrency_waste
Scans AWS Lambda functions with provisioned concurrency to detect those underutilized (below 50% avg) and estimate cost savings from elimination.
Instructions
Scans Lambda functions with provisioned concurrency for waste. Provisioned concurrency costs money even when idle. Returns functions below 50% avg utilization with savings estimates.
Args: regions: AWS regions to scan. Defaults to all common regions.
Examples: - "Find Lambda functions with over-provisioned concurrency" - "How much are we wasting on idle Lambda concurrency?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| regions | No |