AWS DMS Replication Task Stopped Logging

1

I have been searching for the culprit. Everything from the article below seems in place, however, I can't get DMS Migration Tasks to create a group and log events to Cloudwatch. This has been working perfectly for a long time and recently stopped after a renaming effort.

https://aws.amazon.com/premiumsupport/knowledge-center/dms-cloudwatch-logs-not-appearing/

Is there anywhere I can look to see why the log group creation failed or to verify it is a permission issue for sanity?

Here are the task settings for each task where logging is enabled:

{
    "Logging": {
        "EnableLogging": true,
        "EnableLogContext": false,

Here is a dms granted IAM Role:

Enter image description here

Here is the role above's policy attachment:

Enter image description here

1 回答
2
已接受的回答

the IAM role needs to named as dms-cloudwatch-logs-role explicitly DMS task logging wont work if the role name is not dms-cloudwatch-logs-role

AWS
已回答 1 年前
profile picture
专家
已审核 1 个月前
  • Oh, wow! I did not see that as a mandatory requirement. Thanks for the quick answer on this!

  • Actually, it seems to work if the name *starts with dms-cloudwatch-logs-role.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则