Skip to content

RDS DB Instance crashed with no prior metric warnings — seeking root cause

0

Hi everyone,

We experienced an unexpected crash of our production RDS DB instance (us-east-1) today, July 22, 2026, and are looking for insights on the root cause.

Timeline (all times ET):

9:33 AM — DB instance went offline abruptly 9:37 AM — RDS event: "Recovery of the DB instance has started" 9:42 AM — RDS event: "DB instance restarted" 9:42 AM — RDS event: "Recovery of the DB instance is complete" Total downtime: ~9 minutes

What we observed:

All CloudWatch metrics — FreeableMemory, FreeStorageSpace, CPUUtilization, DatabaseConnections, and BurstBalance — were completely stable right up until 9:33 AM with no gradual degradation or resource exhaustion leading up to the crash All metrics dropped off simultaneously at the exact moment of the crash No scheduled maintenance window or planned upgrades were in progress Recovery completed cleanly with no data loss detected Our hypothesis: Given the lack of any application-level or resource-level warning signs, we suspect this may have been an AWS host-level infrastructure event that caused an abrupt unclean shutdown, triggering crash recovery on restart.

Questions for the community:

Has anyone experienced a similar pattern — stable metrics followed by a sudden abrupt crash with RDS recovery events? Is there any way to confirm a host-level event outside of opening an AWS Support case? Any recommendations to reduce downtime in similar scenarios (e.g., Multi-AZ, RDS Proxy)? We have already opened a critical AWS Support case and are awaiting their RCA. Happy to share findings once we hear back.

Thanks in advance!

asked 2 months ago60 views

1 Answer
1

Based on the pattern you've described—stable metrics followed by an abrupt crash with recovery events—this does suggest a potential underlying infrastructure issue rather than a resource exhaustion problem. When CloudWatch metrics show no gradual degradation and all metrics drop simultaneously, it typically indicates an event at the host or hardware level rather than an application or database-level issue.

Is there any way to confirm a host-level event outside of opening an AWS Support case?

No, AWS Support has the required tools to confirm the accurate root cause for you, if you want the formal RCA.

Any recommendations to reduce downtime in similar scenarios (e.g., Multi-AZ, RDS Proxy)?

For production workloads, implementing Multi-AZ deployments is highly recommended for high availability. Multi-AZ provides automatic failover to a standby instance in a different Availability Zone, which can significantly reduce downtime during infrastructure events. In a Multi-AZ configuration, if the primary instance experiences a hardware failure or needs to restart, RDS automatically fails over to the standby, typically completing in 1-2 minutes rather than the 9 minutes you experienced.

Since you've already opened a support case, that's the right path to get a definitive root cause analysis. The support team will have access to internal logs and infrastructure telemetry that can confirm whether this was indeed a host-level event. Once you receive their findings, implementing their recommendations along with Multi-AZ (if not already enabled) will help prevent similar downtime in the future.
Sources
Troubleshoot Aurora PostgreSQL restarts and failovers | AWS re:Post

answered 2 months ago

AWS
SUPPORT ENGINEER

revised 2 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.