whitelist international ip address, but unable to access rds MYSQL

0

i'm trying to add several IP addresses from other countries, to sercuity group in RDS MYSQL database. Why would these not work? Is there a setting that restricts to host country, as i'm able to access here.

  • It's possible that the port is blocked by some part of the connection between the other countries and the AWS region. Have you looked at where the RST is being sent from?

1 個回答
0

Is you RDS instance in a public subnet and Public access option set to Yes? If you select No, Amazon RDS will not assign a public IP address to the DB instance, and no EC2 instance or devices outside of the VPC will be able to connect.

Can you run

nslookup

to your RDS instance's domain name?

AWS
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南