- Newest
- Most votes
- Most comments
Hi,
Currently, there is no direct mechanism available to get notified on a set of tables getting failed while using AWS DMS. Such notifications can only be configured for the entire task level failures. As such, you can use the following event category to create a notification in an event of a failed DMS task which includes all migration types.
Category | DMS Event ID | Description |
---|---|---|
Failure | DMS-EVENT-0078 | The replication task has failed. |
More details below for the list of supported event categories can be found below:
[+] https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html#USER_Events.Messages
You can workaround this by changing Error Handling Task Settings (depend on the type of failure) from SUSPEND_TABLE (which lead to suspend the table and flip DMS task state to error) to STOP_TASK which will stop the whole DMS task if an error occurred, however we don't recommend this workaround as it will impact the whole DMS task even when only 1 table is impacted.
More details about "Error Handling Task Settings " here [+] :
Relevant content
- Accepted Answerasked 7 months ago
- asked 8 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago