Search code examples
amazon-web-servicesamazon-rds

How do I find hostname of RDS in AWS?


I recently opened a database instance on AWS using RDS. I can't find the IP or hostname to the database. Can somebody help? I'm using MariaDB version 10.5.13.


Solution

  • There is no specific IP adress shown to user in AWS Console, but you can find the hostname and FQDN of the DB under connectivity and security tab of the RDS Database listed as "endpoint".

    Reference : https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ConnectToInstance.html

    enter image description here