https://github.com/craigmayhew/aws-cloudformation
AWS Cloud Formation Templates
https://github.com/craigmayhew/aws-cloudformation
aws-cloudformation yaml
Last synced: about 1 year ago
JSON representation
AWS Cloud Formation Templates
- Host: GitHub
- URL: https://github.com/craigmayhew/aws-cloudformation
- Owner: craigmayhew
- License: gpl-3.0
- Created: 2016-07-17T20:32:00.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2021-07-16T10:03:42.000Z (almost 5 years ago)
- Last Synced: 2025-05-10T03:03:21.369Z (about 1 year ago)
- Topics: aws-cloudformation, yaml
- Language: HTML
- Homepage:
- Size: 128 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AWS Cloud Formation Templates
* [Maths 33: Demonstrate solving the 33 problem with AWS Lambda](https://github.com/craigmayhew/aws-cloudformation/blob/master/maths-33.yml)
* [World community Grid on AWS EC2 spot instances](https://github.com/craigmayhew/aws-cloudformation/blob/master/ec2spot-world-community-grid.yml)
* [SSL Cert Monitor: A script to run nightly that checks validation of ssl certificates in array. Alerts via email.](https://github.com/craigmayhew/aws-cloudformation/blob/master/aws-ssl-validity-monitor.yml)
* [RSS Email Alert: Email you when a new rss entry / blog post is published](https://github.com/craigmayhew/aws-cloudformation/blob/master/aws-rss-alerter.yml)
* [Create a VPC with subnets, a gateway, a route table](https://github.com/craigmayhew/aws-cloudformation/blob/master/vpc.yml)
The following cloudformation templates only work in US-EAST-1 due to cloudwatch limitations.
* [Billing alerts: Create alerts for 100, 200, 400, 800 and 1000 USD spending](https://github.com/craigmayhew/aws-cloudformation/blob/master/billing-alerts.yml)
* [Health Checks: Create health checks with alerts for some sites I care about](https://github.com/craigmayhew/aws-cloudformation/blob/master/route53-healthchecks.yml)