Enabling error notifications for tasks using AWS SNS¶

This topic provides instructions for configuring error notification support for tasks using Amazon Web Services Simple Notification Service (AWS SNS).

Enabling error notification using Amazon AWS SNS¶

To enable task notifications, follow the steps in the next sections.

Creating the notification integration¶

See Creating a notification integration to send notifications to an Amazon SNS topic.

Enabling error notifications in tasks¶

You then enable error notification, in either a standalone or root task, by setting ERROR_INTEGRATION to the name of the notification integration. You can set the property when you create a task (using CREATE TASK) or later (using ALTER TASK).

For details refer to Configuring a task to send error notifications.