I'm starting with AWS Glue, and want to connect to my on premise mysql server via JDBC.
I follow the documentation, create for glue the IAM Role, policy, security group and connection with correct jdbc connection string. But when I test the connection I receive the following CloudWatch records:
"Check that your connection definition references your JDBC database with
correct URL syntax, username, and password. Communications link failure
The last packet sent successfully to the server was 0 milliseconds ago. The
driver has not received any packets from the server.
Exiting with error code 30"
I'm pretty sure the jdbc connection string is correct.
Something in the Glue config must be missing or wrong.