2017 © Pedro Peláez
 

stackformation-blueprint cfn-vpc

Manage VPC via Lambda Custom Resources for CloudFormation

image

aoepeople/cfn-vpc

Manage VPC via Lambda Custom Resources for CloudFormation

  • Friday, July 15, 2016
  • by fbrnc
  • Repository
  • 40 Watchers
  • 5 Stars
  • 84 Installations
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

VPC Setup

Author: Fabrizio Branca, (*1)

"Inspired" by this blog post (code), (*2)

This template is intended to be used with StackFormation - a CLI tool that helps you manage and deploy CloudFormation stacks and also does some preprocessing (e.g. introduces Fn::FileContent), (*3)

This concept of setting up a VPC consists of two parts:, (*4)

1.) Deploy the vpc.template for the basic VPC and Internet Gateway setup, (*5)

2.) Deploy the az.template for every availability zone you want to use in your VPC. This template will create a public and a private subnet including all routes (+ tables + associations) and a NAT Gateway (+ Elastic IP) Using a separate template for every AZ allows you to keep the code DRY. StackFormation' s prefixed template merging feature helps you to combine all the AZ templates into one and deploy them as a single CloudFormation template. Check blueprints.example.yml for an example., (*6)

The Versions

15/07 2016

dev-master

9999999-dev

Manage VPC via Lambda Custom Resources for CloudFormation

  Sources   Download

OSL-3.0

The Requires

 

15/07 2016

1.0.6

1.0.6.0

Manage VPC via Lambda Custom Resources for CloudFormation

  Sources   Download

OSL-3.0

The Requires

 

15/07 2016

1.0.5

1.0.5.0

Manage VPC via Lambda Custom Resources for CloudFormation

  Sources   Download

OSL-3.0

The Requires

 

06/06 2016

1.0.4

1.0.4.0

Manage VPC via Lambda Custom Resources for CloudFormation

  Sources   Download

OSL-3.0

The Requires