Select Language:
If you find that your RDS database is working fine but isn’t showing up in the AWS console, don’t worry — there are a few common reasons and simple steps you can take to fix this.
First, make sure you’re checking in the right location. AWS works in different regions, and sometimes the console defaults to the last region you visited. If your database is in a different region, it won’t appear in your current view. Look at the top-right corner of the console and use the region selector to switch to the correct region where your database actually lives.
Next, consider whether the database might be in an inaccessible state due to encryption account issues. If your database uses encryption and there was a problem with your encryption keys, it might still run for existing users but not show up in the console. Ensure your encryption keys are correctly configured and accessible.
Another common cause is permissions. Even if your database is operational, your user account may lack the right permissions to view it in the console. Check your Identity and Access Management (IAM) permissions to confirm you have at least read access to RDS resources.
Since applications are still connecting to your database and billing is active, you know the setup is functional — the issue is just with the console display. To fix this, follow these steps:
1. Review all AWS regions to ensure you’re not missing the correct one.
2. Verify your IAM permissions include read access to RDS.
3. Check the AWS Service Health Dashboard for any ongoing issues that might affect the console.
4. Try accessing your RDS instance using the AWS Command Line Interface (CLI) or SDK to see if it appears there.
5. If the problem continues, contact AWS Support. They can help identify why your database isn’t showing up in the console.
This situation is likely a display problem rather than a functional issue, since your applications still connect and your billing is correct. Following these steps should help you locate your database in the console again.




