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
답변함 일 년 전
profile picture
전문가
검토됨 한 달 전
  • 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.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠