Skip to content

Instantly share code, notes, and snippets.

View lcerezo's full-sized avatar

Luis E. Cerezo lcerezo

View GitHub Profile
anonymous
anonymous / VPC-NAT.template
Created November 25, 2014 22:45
CloudFormation template for a generic VPC with public and private subnets (with private network Internet access via NAT)
{
"AWSTemplateFormatVersion" : "2010-09-09",
"Description" : "CloudFormation template for a generic VPC with public and private subnets (with private network Internet access via NAT)",
"Parameters" : {
"KeyPairName" : {
"Description" : "Name of an existing EC2 KeyPair (find or create here: https://console.aws.amazon.com/ec2/v2/home#KeyPairs: )",
"Type" : "String",