Receive Notifications on New Updates - AWS Deep Learning Containers

Receive Notifications on New Updates

You can receive notifications whenever a new DLC is released. Notifications are published with Amazon SNS using the following topic.

arn:aws:sns:us-west-2:767397762724:dlc-updates

Messages are posted here when a new DLC is published. The version, metadata, and regional image URI's of the container will be included in the message.

These messages can be received using several different methods. We recommend that you use the following method.

  1. Open the Amazon SNS Console.

  2. In the navigation bar, change the AWS Region to US West (Oregon), if necessary. You must select the region where the SNS notification that you're subscribing to was created.

  3. In the navigation pane, choose Subscriptions, Create subscription.

  4. For the Create subscription dialog box, do the following:

    1. For Topic ARN, copy and paste the following Amazon Resource Name (ARN): arn:aws:sns:us-west-2:767397762724:dlc-updates

    2. For Protocol, choose one from [Amazon SQS, AWS Lambda, Email, Email-JSON]

    3. For Endpoint, enter the email address or Amazon Resource Name (ARN) of resource that you will use to receive the notifications.

    4. Choose Create subscription.

  5. You receive a confirmation email with the subject line AWS Notification - Subscription Confirmation. Open the email and choose Confirm subscription to complete your subscription.