get_instance_deep_analysis
Analyze EC2 instance utilization with CloudWatch metrics to get CPU, network, and disk percentiles, plus rightsizing and Compute Optimizer recommendations.
Instructions
Deep CloudWatch analysis for a specific EC2 instance. Returns CPU, network, and disk utilization percentiles, a rightsizing recommendation, and the Compute Optimizer recommendation if available.
Args: instance_id: EC2 instance ID (e.g. "i-0abc1234567890def") region: AWS region (default: us-east-1) lookback_days: Days of metrics to analyze (default: 14, max: 63)
Examples: - "Is i-0abc1234 over-provisioned?" - "Show CPU trends for i-0abc1234 over the last 30 days"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region | No | us-east-1 | |
| instance_id | Yes | ||
| lookback_days | No |