SNS & CloudWatch Notifications to Pushover (Android / iPhone)
We use Amazon Web Services extensively here and rely on CloudWatch notifications to keep us abrest of how our infrastructure is performing. CloudWatch has great integration with SNS topics and alerts are a doddle to configure. However, by default SNS topics cannot be pushed to your smartphone without creating your own fully fledged app. When you work in a small team, this is not really an option. SNS can push to URLs, however, and Pushover has a simple API.
The following script allows simple notifications from SNS topics to be pushed to your smartphone via Pushover.