Unable to connect to RDS database

0

My connection just time out.

Following their troubleshooting documentation, I tried to telnet to it, and it seems it is a DNS problem, because I can't resolve that address locally:

$ telnet myinstanaddresshere.us-west-2.rds.amazonaws.com 3306
Trying 52.30.21.1...
telnet: connect to address 52.30.21.1: Operation timed out
telnet: Unable to connect to remote host

I set my db to be public, in the config, do I also need to specify the ip address I am connecting from somewhere?

My ip address is not static, so that would be a problem, if so.

ramiro1
asked 3 years ago408 views
1 Answer
0

Nevermind!

Security groups. The Default won't do.

This video helped:

https://www.youtube.com/watch?v=RerDL93sBdY

ramiro1
answered 3 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions