https://github.com/danwild/cloud-formation-scripts
https://github.com/danwild/cloud-formation-scripts
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danwild/cloud-formation-scripts
- Owner: danwild
- Created: 2016-02-02T00:25:08.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-26T00:57:06.000Z (over 10 years ago)
- Last Synced: 2025-01-07T21:33:48.425Z (over 1 year ago)
- Size: 82 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cloud-formation-scripts
Repo to keep track of various AWS CloudFormation scripts/templates.
### S3NodeAppELBWithLockedDownAutoScaledInstances
Very basic template.
Unzips a [hello world application](https://github.com/danwild/node-working)
archive and runs as daemon service with node forever.
### S3CodeDeployAutoScalingELBWithRoles
More advanced template, to be used as part of a CI/CD Pipeline.
The demo project used for CodeDeploy is [ci-test](https://github.com/danwild/ci-test).
The template handles everything in the CloudFormation box below:

### CodeDeployAutoScalingELBWithRoles
Like previous, except does not create S3 bucket.