Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get the IP address of RDS instance in AWS

Tags:

I got the same answer everywhere on the internet regarding my question of how to get the IP address of an RDS instance in AWS, but I don't know what dig is, and how to use it.

How to allocate IP address in VPC to RDS instance?

Please help me find the IP address of my RDS instance in AWS?

like image 295
Amit Avatar asked Jan 26 '15 12:01

Amit


People also ask

What is the IP of RDS?

The IP address of your AWS instance will be the IP address of the RDS instance. The IP address 12.34. 56.78 is already in the name (depending on your instance). You can find the hostname in the AWS Console/Dashboard.

Does RDS have static IP?

Solution overview. In the architecture presented in this post, you can connect to Amazon RDS using static IP addresses provided by a Network Load Balancer. You configure an Amazon EC2-based RDS router so that it can connect with Amazon RDS through a Network Load Balancer.

How do I find my EC2 RDS instance?

Sign in to the AWS Management Console and open the Amazon RDS console at https://console.aws.amazon.com/rds/ . In the navigation pane, choose Databases. The Databases page appears with the list of DB instances. For each DB instance , the status value is displayed.


1 Answers

It won't display the ip address on the configuration page for the RDS instance because RDS IP's are dynamic in nature. You can dig for them if you need them but you would be better server using the DNS endpoint for the instance. This remains static and can be found on the details tab of the RDS instance within AWS.

like image 96
Gareth Burrows Avatar answered Sep 28 '22 08:09

Gareth Burrows