The Wayback Machine - https://web.archive.org/web/20200905194628/https://github.com/jeshan/scale-your-cloudformation
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Scale your Cloudformation: success tactics for getting more out of Infrastructure as Code on AWS

In this guide, you will learn:

  • Mistakes to avoid when adopting cloudformation at scale
  • Free tools to generate cloudformation templates
  • Misconceptions about Cloudformation
  • How to work faster with cloudformation with tools to dramatically increase your turnaround time
  • Infrastructure as Code practices and what they imply for you
  • How to analyse your infrastructure for security issues
  • How to generate your diagrams for your AWS cloud architecture

Ways to read this guide

  1. Browse the docs directory here on GitHub.
  2. Read on the website: https://scaleyourcloudformation.com

TODO:

  • cover AWS CDK

Note to forkers:

This project uses docsify to convert the markdown files into a simple static website.

  • npm i docsify-cli -g
  • docsify serve docs
  • Open browser at http://localhost:3000
  • Edit files and see changes reloaded live

Deploying on AWS

Uses the AWS CDK. See lib/pipeline-construct.js for details on the deployment pipeline.

  • npm i -g aws-cdk
  • cdk deploy

This is what the CDK will deploy:

Image automatically generated with cfnbuddy

Legal

Released under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)

https://creativecommons.org/licenses/by-nc-sa/4.0/

About

Success tactics for getting more out of Infrastructure as Code on AWS

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.