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 Antwort
2
Akzeptierte Antwort

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
beantwortet vor einem Jahr
profile picture
EXPERTE
überprüft vor einem Monat
  • 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.

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen