An open API service indexing awesome lists of open source software.

https://github.com/danwild/cloud-formation-scripts


https://github.com/danwild/cloud-formation-scripts

Last synced: 3 months ago
JSON representation

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:

![Pipeline Overview](screenshots/pipeline-overview.png "Pipeline Overview")

### CodeDeployAutoScalingELBWithRoles

Like previous, except does not create S3 bucket.