I'm trying to use DMS to migrate a MySQL database from EC2 (200gb) to a new RDS Aurora instance. The problem is that not all rows are migrated.
Every table only get 5 minutes to fully load the table, and if it's not finished after these 5 minutes, DMS stops loading this table and goes into "Table completed" state.
I find this in the UNLOAD SOURCE DETAILED_DEBUG logfile:
Entering mysql_unload_init_table, unloadtimeout: 300 (mysql_endpoint_unload.c:131)
Does anybody know how to increase this? I think there was once the possibility to call aws dms modify-endpoint api and pass MySQLSettings but this is not available anymore. How can this be achieved now?
I have a table with 200.000.000 records to migrate and this takes obviously more than 5 minutes.
Thanks for your help!