get_insight_resources
Retrieve the specific resources impacted by an optimization insight, including IDs, accounts, savings, and remediation steps. Requires the insight source and key.
Instructions
Use this when the user wants to see which specific resources are affected by an optimization insight. Returns resource IDs, accounts, potential savings, and remediation details. Do NOT use this for listing all insights (use list_insights).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | The source of the insight (e.g. 'aws-cost-optimization-hub', 'aws-trusted-advisor'). Use the 'source' field from list_optimization_recommendations. | |
| key | Yes | The key of the insight (e.g. 'delete-ebs-volumes'). Use the 'key' field from list_optimization_recommendations. |