cage
cage

Reputation: 543

How to setup email notifications for AWS operational issues

Yesterday our infrastructure started throwing lots of connection errors. We started debugging and the more we looked, the more perplexing the issue appeared to be; until someone noticed the bell icon (Alerts) on the AWS page had an orange dot on it.

Behold! there were lots of AWS operational issues in our availability region that AWS were fixing.

To avoid this situation in the future I wanted to subscribe to these 'Alert' so we get an email notification.

Does anyone know how to set up an email alert for AWS operational issues in the specified region?

Much to my astonishment, there was no obvious way to set this up.

Upvotes: 0

Views: 843

Answers (1)

Victor Wong
Victor Wong

Reputation: 3781

Easiest way is to subscribe RSS feed on AWS Service Health Dashboard.

If you want customized stuffs, you can checkout AWS Personal Health Dashbaord. It shows your AWS services and whether they are experiencing issues.

This AWS documentation provides a really comprehensive guide on how to setup alerts. Checkout this aws-health-tools github repository for fully functional examples.

Upvotes: 1

Related Questions