- Newest
- Most votes
- Most comments
This issue could be due to several reasons when your RDS database is operational but not visible in the console.
First, check if you're looking in the correct AWS region. Your screenshot shows you're in US East (Ohio), but your database might be in a different region. The AWS console defaults to the last region you used, so verify you're in the right region by using the region selector in the top-right corner of the console.
Another possibility is that your database might be in an inaccessible state due to encryption credential issues. If your database uses encryption and there was an issue with the KMS key (perhaps during account reactivation or maintenance), the database might still function for existing connections but become inaccessible in the console.
It's also possible that there might be permission issues with your IAM user or role. Your current credentials might have permissions to use the database but not to view it in the console. Check your IAM permissions to ensure you have the appropriate read access for RDS resources.
Since your applications can still connect to the database and you're being billed for it, the database is definitely still there. To resolve this issue:
- Double-check all AWS regions to ensure you're not overlooking the region where your database is located
- Verify your IAM permissions include appropriate RDS read permissions
- Check if there are any active AWS service health issues affecting the RDS console
- Try accessing your RDS instance through the AWS CLI or SDK to confirm it's visible through other interfaces
- If the issue persists, contact AWS Support as they can help identify why your database isn't appearing in the console
This appears to be a console visibility issue rather than a functional problem with your database since your applications are still connecting successfully.
Sources
After AWS account reactivate, I'm not able to access my AWS RDS | AWS re:Post
Troubleshooting for Amazon RDS - Amazon Relational Database Service
Relevant content
- asked 3 years ago
