CloudFormation stack that processes and sends billing alerts
Go to file
2019-07-06 21:52:02 -04:00
cloudformation Basic stack and a decent readme 2019-07-06 21:38:21 -04:00
lambda/alertHandler Remove some unneeded comments 2019-07-06 21:52:02 -04:00
.gitignore Basic stack and a decent readme 2019-07-06 21:38:21 -04:00
license.txt Added license 2019-07-06 21:42:28 -04:00
ReadMe.md Basic stack and a decent readme 2019-07-06 21:38:21 -04:00

Billing Alerts Stack

Billing Alerts Diagram

Uses SNS, Lambda, and CloudWatch to send billing alerts via:

  • Email
  • Text
  • Discord
  • Slack

Easy to launch and configure!

Launching Stack

Make sure you are logged into the AWS Console and have permissions then click:

Launch in AWS Console

Fill out the parameters and launch!

Option 2: Manually input template into AWS Console

  1. Download top template or copy URL for later.

    Development S3 URL: https://sumu-billingalerts.s3.amazonaws.com/develop/cloudformation/top.yaml

    Production S3 URL: https://sumu-billingalerts.s3.amazonaws.com/production/cloudformation/top.yaml

  2. Go to CloudFormation on the AWS Console

  3. Click the "Create stack" button

  4. Under "Prepare template" make sure that "Template is ready" is selected, it should be the default.

    Then under "Template Source" either paste in the template URL or upload the downloaded template.

    Then click "Next"

  5. Fill out stack parameters then launch!