Reputation: 31
I am using SES and Mandrill to send my transaction mail, and SES is the default. And I want to monitor whether SES is down so that I can switch my mail service from SES to Mandrill.
Upvotes: 0
Views: 210
Reputation: 393
Alternately you could use a Lambda that triggers via cron to curl the AWS status website bdcloud posted above and send a notification via CloudWatch Alerts if the status text indicates an SES error.
Upvotes: 0
Reputation: 5124
You can check the health of an AWS service here .If you want programmatic access then you can use AWS Health but it requires a Business or Enterprise support plan from AWS Support as mentioned in the documentation.
Upvotes: 1