list_idle_resources
Identify idle AWS resources wasting money. Scan for unattached EBS volumes, unused Elastic IPs, old snapshots, stopped EC2 instances, and load balancers with no healthy targets, sorted by monthly waste.
Instructions
Scan for idle/wasted AWS resources that are costing money but doing nothing.
Finds: unattached EBS volumes, unused Elastic IPs, old snapshots with no AMI dependency, stopped EC2 instances (still paying for EBS), load balancers with no healthy targets.
Results are sorted by monthly waste descending. Protected resources (tagged env=prod, protected=true, etc.) are flagged but never acted on.
Examples: - "Find idle resources wasting money in AWS" - "List any unattached EBS volumes older than 90 days" - "What stopped EC2 instances are we still paying for?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| regions | No | ||
| min_idle_days | No | ||
| resource_types | No |