get_ri_waste_detail
Identifies underutilized Reserved Instances and calculates wasted spend using CUR data. Shows which reservations have low utilization and how much money is being wasted.
Instructions
Identify wasted Reserved Instance spend from CUR RIFee line items.
Shows which reservations have low utilization and how much money is being wasted on unused reserved capacity. Requires CUR via Athena. Team plan feature.
Args: start_date: ISO date (YYYY-MM-DD). Defaults to 30 days ago. end_date: ISO date. Defaults to today. min_waste_usd: Minimum wasted dollars to include a reservation (default $10).
Examples: - "Which Reserved Instances are underutilized?" - "How much are we wasting on unused RIs?" - "Show RI waste for this quarter"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | No | ||
| start_date | No | ||
| min_waste_usd | No |