get_rightsizing_recommendations
Identifies over-provisioned EC2 instances by analyzing low CPU usage over 14 days and provides downsizing recommendations with projected monthly savings.
Instructions
Analyze EC2 instances with low CPU utilization over the past 14 days and return rightsizing recommendations with projected monthly savings.
Args: avg_cpu_threshold: Flag instances with average CPU below this % (default 20%) max_cpu_threshold: Flag instances whose peak CPU never exceeded this % (default 50%)
Examples: - "Which EC2 instances are over-provisioned?" - "How much could we save by rightsizing?" - "Find underutilized instances we should downsize"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| avg_cpu_threshold | No | ||
| max_cpu_threshold | No |