Cannot connect to my RDS (MySQL) from my local PC - Security Groups already configured properly

0

I have created my RDS (MySQL) instance and its status has been "availble". I have also done below:

  1. Selected "Publiclly accessible" from the "Public Access" section in the "Modify Instance" page;
  2. Modified its Security Groups to add inbound rule for "0.0.0.0/0" for port 3306.

However, after above, I still cannot connect to the RDS from my Local PC at all.. nothing to do with credentials... The RDS server is still not allowing any connection to the port 3306. Can anyone give me some guidance?

On the other hand, I have been able to connect to the RDS from my EC2 instance (Ubuntu) using mysql command line.

Jungle
질문됨 일 년 전319회 조회
2개 답변
1

Hi, I would suggest you to telnet to the ip address of your machine with port 3306 and see if your tcp session gets established on this session. You should use -d (debug) option with telnet to better see if tcp session is established.

So, telnet -d -p 3306 <ip address> should allow you to clear both routing and sec group issues.

See https://netbeez.net/blog/telnet-to-test-connectivity-to-tcp/ for more details about debugging tcp with telnet

profile pictureAWS
전문가
답변함 일 년 전
0

Hi, this is Abhi from AWS. This article provides troubleshooting steps to resolve problems when connecting to an Amazon RDS DB instance.

profile pictureAWS
전문가
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인