1 Answer
- Newest
- Most votes
- Most comments
0
By the looks of the screenshots in your stackoverflow post, the instance has been recovered into a subnet group with 12 subnets. But the routing table only has six subnets associated with it.
Has the database has been recovered into, and is running in, only those subnet(s) that are publicly accessible and have a route to the internet gateway? We can't tell this from just the info provided (here and stackoverflow).
It may be worth using Reachability Analyser, which can be customised to work with RDS https://aws.amazon.com/blogs/database/troubleshoot-network-connectivity-to-amazon-rds-databases-using-vpc-reachability-analyzer/
Relevant content
- asked 4 months ago
- asked 2 years ago
- AWS OFFICIALUpdated 3 years ago

Yep, I had to add the other subnet into the routing table. Thank you!!