EventBridge- Capturing DMS "Running with Errors" state
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!
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
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.
Relevant questions
dms create replication task SYSTEM ERROR MESSAGE:An internal error
asked a year agoAWS DMS Replication Task
asked a month agoDMS: How does a replication task handle duplicate data w/o Primary/Unique keys on the table
asked 19 days agoCloudformation - DMS Replication task
asked a month agoDMS task fails when Postgres DateStyle parameter is not ISO
asked a month agoResolution for Fatal error when using DMS for on-going replication from RDS Postgres to S3
Accepted Answerasked a year agoDMS Migration MongoDB source and RDS Postgres as destination
Accepted Answerasked 21 days agoDMS Task Fails with RECOVERABLE_ERROR but no other info
asked 3 years agoEventBridge- Capturing DMS "Running with Errors" state
Accepted Answerasked 13 days agoNot all DMS events are coming through with Event Bridge
asked 5 months ago