Release Notifications¶
Get notified when new DLC images are published. Notifications include version, metadata, and regional image URIs.
SNS Topic¶
Subscribe via CLI¶
aws sns subscribe \
--topic-arn arn:aws:sns:us-west-2:767397762724:dlc-updates \
--protocol email \
--notification-endpoint your-email@example.com \
--region us-west-2
Check your email and confirm the subscription.
Subscribe via Console¶
- Open the SNS console (US West - Oregon)
- Choose Create subscription
- Set Topic ARN to
arn:aws:sns:us-west-2:767397762724:dlc-updates - Set Protocol to Email (or SQS, Lambda, etc.)
- Enter your endpoint and choose Create subscription
- Confirm via the email you receive