rds_metrics
Check CloudWatch metrics for RDS instances to identify noisy neighbor issues. Retrieves CPU, connections, latency, and freeable memory.
Instructions
Snapshot an RDS instance's health from CloudWatch: CPU, connections, CPU credit balance, read/write latency, freeable memory. The first check for the shared-RDS noisy-neighbour case. 'db_instance' is the RDS DB instance identifier. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region | No | AWS region of the RDS instance. | |
| db_instance | Yes | RDS DB instance identifier. | |
| window_hours | No | Look-back window in hours (default 3). |