I am unable to connect to the MySQL Amazon RDS instance I created.
I am following the AWS RDS tutorial to connect and entered:
- The endpoint in the "Host" on the workbench
- Credentials including the username and the password
- Port is set to 3306
I get the error:
Cannot Connect to Database Server
Your connection attempt failed for user 'master' to the MySQL server at xxxx.rds.amazonaws.com:3306:
Can't connect to MySQL server on 'xxxx.amazonaws.com' (10060)
Here is the link to the tutorial i am following Tutorial on setting up & connecting to Amazon RDS