aws_sdk_client allowlist, so the integration cannot mutate your RDS resources.
Prerequisites
- AWS credentials configured per the AWS integration (role ARN recommended)
- An RDS DB instance you want HealOps to investigate
- IAM permissions for the two RDS describe actions listed below
Setup
Environment variables
Region resolution order (highest priority first):
regionfield on the source dict (when configured via the integrations store)AWS_REGIONenvironment variableRDS_REGIONenvironment variableus-east-1(default)
IAM permissions
The integration only needs two read-only RDS actions:ReadOnlyAccess policy, both actions are already covered.
Tools
Both tools become available to the planner whenever
rds.db_instance_identifier is present in the resolved sources.
Use cases
- Verifying RDS instance status (
available,modifying,failed) when an alert fires - Detecting Multi-AZ failover events around an incident timestamp
- Tracing recent maintenance, parameter group changes, or backup activity that may correlate with the incident
Troubleshooting
Upstream correlation validation
HealOps also includes a deterministic upstream-correlation smoke validation path for no-trace-ID RDS CPU spike investigations. This allows validating correlation output locally without requiring live Datadog credentials or full LLM investigation setup.Local smoke validation
Run:- correlated signals
- most likely causal driver(s)
Live investigation validation
For live validation, configure Datadog and trigger an investigation against an RDS CPU spike alert. The upstream correlation runtime automatically scopes RDS metrics to the alerting DB instance using thedbinstanceidentifier tag to avoid cross-instance aggregation in multi-RDS environments.
Recommended alert fields:
- correlated signals
- most likely causal driver(s)
Tracer