user2503882
user2503882

Reputation: 81

How to access to external MySQL form AWS Glue

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

Answers (1)

Emerson
Emerson

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

Related Questions