mirror of
https://github.com/yeslayla/aws-billing-alerts.git
synced 2025-12-06 09:03:21 +01:00
39 lines
1.5 KiB
Markdown
39 lines
1.5 KiB
Markdown
# Billing Alerts Stack
|
|
|
|

|
|
|
|
Uses SNS, Lambda, and CloudWatch to send billing alerts via:
|
|
- Email
|
|
- 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:
|
|
|
|
[](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! |