get_insight_resources
Retrieve resource IDs, accounts, and potential savings for a specific optimization insight. Includes remediation details to resolve the issue.
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. |