Reputation: 1752
I just set up an AWS DMS Task to copy an RDS Postgres database from one AWS account to another. I've created and tested both endpoints and I know the task can connect to each endpoint. However, when I run the task, it changes from Starting
to Running
to Failed
and leaves the following message:
Last Error Task error notification received from subtask 0, thread 0
[reptask/replicationtask.c:2673] [1020482] Stop Reason FATAL_ERROR Error Level FATAL
Here is a screenshot of the task:
I see that there is a link to CloudWatch but when I click it, the log group doesn't exist and I see this message:
How can I diagnose this task?
Upvotes: 4
Views: 4916
Reputation: 41
Not sure if you have already resolved this or not but I managed to fixed this.
After you finished the above step, you can go and restart your failed DMS task and can view the log now. reference : https://aws.amazon.com/premiumsupport/knowledge-center/dms-cloudwatch-logs-not-appearing/
Upvotes: 4