Reputation: 839
I am copying data from in house Mysql database table to RDS MYSQL database table. i executed my AWS glue job on smaller data size ( 1million records) and i am able to successfully copy data to RDS Mysql database.
But when i try to run the same AWS glue job on table with 8 million records, it throws me below error
Failure Reason": "Communications link failure\n\nThe last packet successfully received from the server was 237,612 milliseconds ago. The last packet sent successfully to the server was 237,612 milliseconds ago."
Upvotes: 0
Views: 1798
Reputation: 1
You have to mention connection name in glue connection configuration in job details section. After that it will work
Upvotes: 0