How to find the IP addresses of an AWS RDS instance

amazon-rdsamazon-web-services

I have an RDS instance on AWS running MySQL. "Public availability" is set to "yes", and I can connect using the endpoint dns name.

Using the AWS console, how can I find both the public and private IP addresses of the instance?

Best Answer

There is only endpoint for RDS. Public and Private IP address might change if there is failover happen. You may refer to this documentation.

You may use nslookup command to look for the IP address, you will get public IP address if it's outside of VPC and private IP address if it's within the same VPC as your RDS.