recommend_spot_adoption
Identify on-demand EC2 instances suitable for migrating to spot instances. Analyze tags, ASG membership, CPU variance, and interruption data to recommend savings of 60-80%.
Instructions
Finds on-demand EC2 instances to migrate to spot for 60-80% savings. Uses env tags, ASG membership, CPU variance, and Spot Advisor interruption data. Returns RECOMMENDED, POSSIBLE, or NOT_RECOMMENDED per instance.
Args: regions: AWS regions to scan. Defaults to all opted-in regions.
Examples: - "Which EC2 instances should we move to spot?" - "How much can we save by switching to spot instances?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| regions | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |