get_insight_resources
Retrieves resource IDs, accounts, savings, and remediation details for a given optimization insight using its key and source.
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 |
|---|---|---|---|
| key | Yes | The key of the insight (e.g. 'delete-ebs-volumes'). Use the 'key' field from list_optimization_recommendations. | |
| source | Yes | The source of the insight (e.g. 'aws-cost-optimization-hub', 'aws-trusted-advisor'). Use the 'source' field from list_optimization_recommendations. |