Quantcast
Channel: Active questions tagged amazon-ec2 - Stack Overflow
Viewing all articles
Browse latest Browse all 29415

Using AWS Glue with Mysql in my EC2 Instance

$
0
0

I am trying to connect my ec2 installed/mysql with Glue, the purpose is to xtract some information and moved to redshift, but i am receiving the following error:

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.

This is the format that i am using jdbc:mysql://host:3306/database

I am using the same vpc, same SG, same subnet for the instance.

i know the user/password are correct because i am connected to the database with sql developer.

What i need to check? Is it possible to use AWS Glue with mysql in my instance?

Thanks in advance.


Viewing all articles
Browse latest Browse all 29415

Trending Articles