Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/good-parts/aws-bootstrap
A template for setting up an AWS environment from scratch.
https://github.com/good-parts/aws-bootstrap
aws aws-bootstrap cloudformation code-build code-deploy continous-deployment
Last synced: 1 day ago
JSON representation
A template for setting up an AWS environment from scratch.
- Host: GitHub
- URL: https://github.com/good-parts/aws-bootstrap
- Owner: good-parts
- Created: 2019-06-14T07:04:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-26T17:59:30.000Z (about 2 years ago)
- Last Synced: 2024-08-02T22:25:07.150Z (3 months ago)
- Topics: aws, aws-bootstrap, cloudformation, code-build, code-deploy, continous-deployment
- Language: Shell
- Homepage: https://gum.co/aws-good-parts
- Size: 5.91 MB
- Stars: 579
- Watchers: 14
- Forks: 97
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AWS Bootstrap
This is the source code from The Bootstrap Guide of **[The Good Parts of AWS](https://gumroad.com/l/aws-good-parts)**. The final result is a template for setting up a new AWS environment from scratch, and each code commit follows the checkpoints in the book.
### Book Sample
Here's a [sample from the book](https://aws-good-parts.netlify.com/the-good-parts-of-aws-sample.pdf). No email address necessary.### Contents
* Preface
* **Part 1: The Good Parts**
* The Default Heuristic
* DynamoDB
* S3
* EC2
* EC2 Auto Scaling
* Lambda
* ELB
* CloudFormation
* Route 53
* SQS
* Kinesis
* **Part 2: The Bootstrap Guide**
* Starting from Scratch
* Infrastructure as Code
* Automatic Deployments
* Load Balancing
* Scaling
* Production
* Custom Domains
* HTTPS
* Network Security