tlaesus
tlaesus

Reputation: 197

Cannot connect to my AWS RDS instance from my local computer

I set a new MariaDB RDS instance in AWS and added Inboun and Outbound rules to Security Groups but when I try to connect to the RDS Endpoint via mysql console I am always getting this error:

ERROR 2003 (HY000): Can't connect to MySQL server on 'db-xxxxxxx.eu-central-1.rds.amazonaws.com' (10060 "Unknown error")

I am newbie in AWS.

Upvotes: 0

Views: 323

Answers (1)

Istvan
Istvan

Reputation: 8562

You have to create an externally accessible instance in RDS. Publicly accessible has to be true.

Upvotes: 0

Related Questions