mirror of
https://github.com/yeslayla/aws-billing-alerts.git
synced 2025-01-13 04:23:33 +01:00
CloudFormation stack that processes and sends billing alerts
cloudformation | ||
lambda/alertHandler | ||
.gitignore | ||
license.txt | ||
ReadMe.md |
Billing Alerts Stack
Uses SNS, Lambda, and CloudWatch to send billing alerts via:
- Text
- Discord
- Slack
Easy to launch and configure!
Launching Stack
Option 1: Launch via Link
Make sure you are logged into the AWS Console and have permissions then click:
Fill out the parameters and launch!
Option 2: Manually input template into AWS Console
-
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
-
Click the "Create stack" button
-
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"
-
Fill out stack parameters then launch!