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 Answer
2
Accepted Answer

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
answered a year ago
profile picture
EXPERT
reviewed 17 days ago
  • 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.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions