Reputation: 81
I am trying to create an AWS Glue connection to an external MySQL database.
Do you know what is the right setup of security? About security groups, internet gateway, etc?
Actually I am getting this message:
Check that your connection definition references your JDBC database with correct URL syntax, username, and password. Communications link failure
I have the database in my local environment and I tested accessing to my database from another location using MySQL Workbench with success.
Upvotes: 0
Views: 598
Reputation: 1166
Maybe this would help. Talked about the same thing but with a different database engine
https://stackoverflow.com/a/61945453/12950340
Upvotes: 0