Home > OS >  How do I find hostname in AWS?
How do I find hostname in AWS?

Time:02-14

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. If anymore info is needed, just tell me. I'm new to this so I'm not exactly sure whats needed.

CodePudding user response:

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.

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

  • Related