EventBridge- Capturing DMS "Running with Errors" state

0

Hi,

Is there a way for EventBridge to capture DMS replication task "Running with error" status change? This occurs when the replication task has some tables that have failed. The "Failure" category does not capture this. It only captures when the entire task has failed.

'{"category":["Failure"]}

Thanks!

2 Answers
1
Accepted Answer

Looking at the documentation, it does not seem possible with either Eventbridge or SNS

https://docs.aws.amazon.com/dms/latest/userguide/CHAP_EventBridge.html

https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html

You may have to create a custom metric from logs - https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/MonitoringLogData.html in case you see the information in the logs from DMS

profile pictureAWS
EXPERT
answered 2 years ago
1

currently dms events doesnt have task specific event for capturing "running with errors" there is a feature request in place for the same. But hard to confirm when it will be available.

AWS
answered 2 years ago

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