get_rds_rightsizing_recommendations
Identify over-provisioned AWS RDS instances by analyzing CloudWatch CPU utilization over 14 days and return downsizing recommendations with estimated cost savings.
Instructions
Detect over-provisioned RDS instances with low CPU utilization.
Uses CloudWatch CPUUtilization over 14 days. Excludes Aurora Serverless and read replicas. Returns downsizing recommendations with estimated savings.
Args: cpu_threshold: Flag instances with average CPU below this % (default 20%). regions: AWS regions to scan. Defaults to all opted-in regions.
Examples: - "Which RDS instances are over-provisioned?" - "Find oversized databases we can downsize" - "How much could we save by rightsizing RDS?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| regions | No | ||
| cpu_threshold | No |