Set up Email Notification

By the integration with the Amazon Simple Email Service (SES), you can send the email notifications to your users whenever incidents are created/updated and maintenances are scheduled/updated. The page explains how to set up the notifications.

Prerequisite

  • Verified email address or domain

   See the AWS docs for the verification process.

  • Moved out of the SES Sandbox

   See the AWS docs for instructions. Here is the example of the 'Use Case Description' form:

   Used to support the subscription feature of our status page. A visitor to our page can choose to subscribe to our notification emails which will be sent when an incident happens to our service. A user can unsubscribe to our email by clicking 'Unsubscribe' button at the footer of the email. Bounces and complaints will be notified through SNS and our AWS lambda function will remove those email addresses from our recipient lists. The increase amount is calculated from the number of visitors to our service.

   ...and LambStatus actually works like this!

Set up

  1. Open the notification settings. Then, enable the email notifications and enter the source region and email address. The region is the SES region of your verified address.

EmailNotification1

EmailNotification2

  1. Click the 'Save' button. To check the validity of the source email address, LambStatus sends the test email to 'success@simulator.amazonses.com', the test email address the SES provides.

EmailNotification3

  1. Next, configure bounces and complaints notifications. At first, open the Amazon SES console and click the verified email address or domain. Then, click the 'Notifications' tab and the 'Edit Configuration' button.

EmailNotification4

EmailNotification5

  1. In the dialog, configure the SNS topic of bounces and complaints. The topic '[Your CloudFormation Stack]-BouncesAndComplaintsNotification' should be there for this purpose. Then, disable Email Feedback Forwarding and click the 'Save Config' button.

EmailNotification6

That's it! Check the email icon at the header of your status page!