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.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南