Subscribing to Alerts

How-to to subscribe to alerts from a stage.

Table of contents


Subscribing to Alerts

Summary

This project uses SNS for near real time alerting of application health and performance. Subscriptions to this topics are not made automatically, for a few reasons (see alerts service details). This will guide you in how to create a sbuscription.

Prerequisites:

Procedure

  • Go to the AWS Console
  • Choose your region in the top right drop down.
  • Navigate to SNS
  • Click topics (see left hand side hamburger menu) and select your stage’s topic
  • Click add subscription and follow the prompts.
  • If you control the inbox for the subscription you just added, go to the inbox and click through the confirmation email from AWS.
  • Repeat these steps for the application’s other region.

Notes

  • None