I am trying to deploy rds instance with MySQL engine using rds. The database subnet group is in public subnet.
I have performed the following checks: - The security group is allowed public access on port 3306 - Telnet command successfully on endpoint URL on 3306 port
Configuration as below:
Logging details:
anhs-MBP:mykeys anhtrang$ telnet database-1.c9nddsynmhxo.us-east-2.rds.amazonaws.com 3306
Trying 3.130.77.228...
Connected to ec2-3-130-77-228.us-east-2.compute.amazonaws.com.
Escape character is '^]'.
N
5.7.22-log
*!qV/yIp1Blwamysql_native_password
Trying to connect to rds using console
.com :3306
) – PaulConnection to dev-mysql-rds failed. [08001] Could not create connection to database server. Attempted reconnect 3 times. Giving up.
– Joey TrangSource
to allow. Also, although you hid the instance name in the first screenshot, you forgot to do that for all the others. (Although it would have been very difficult to guess there was a space in there if you had hidden it 😂) – Wodin