Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yeslayla/aws-billing-alerts
CloudFormation stack that processes and sends billing alerts
https://github.com/yeslayla/aws-billing-alerts
Last synced: 5 days ago
JSON representation
CloudFormation stack that processes and sends billing alerts
- Host: GitHub
- URL: https://github.com/yeslayla/aws-billing-alerts
- Owner: yeslayla
- License: gpl-3.0
- Created: 2019-07-05T00:06:45.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2019-07-07T01:52:08.000Z (over 5 years ago)
- Last Synced: 2024-11-03T18:40:22.676Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: ReadMe.md
- License: license.txt
Awesome Lists containing this project
README
# Billing Alerts Stack
![Billing Alerts Diagram](https://static.cloudsumu.com/billingalerts/diagram.png)
Uses SNS, Lambda, and CloudWatch to send billing alerts via:
- Text
- Discord
- SlackEasy 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:
[![Launch in AWS Console](https://static.cloudsumu.com/billingalerts/launch_button.png)](https://console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/create/template?stackName=BillingAlerts&templateURL=https://sumu-billingalerts.s3.amazonaws.com/production/cloudformation/top.yaml)
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](https://sumu-billingalerts.s3.amazonaws.com/production/cloudformation/top.yaml)
*Production S3 URL:* [https://sumu-billingalerts.s3.amazonaws.com/production/cloudformation/top.yaml](https://sumu-billingalerts.s3.amazonaws.com/production/cloudformation/top.yaml)
2. Go to [CloudFormation on the AWS Console](https://console.aws.amazon.com/cloudformation/home)
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!