Skip to content

Instantly share code, notes, and snippets.

@anuragguptagithub
anuragguptagithub / VPC-NAT.template
Created May 16, 2019 22:08 — forked from dbigrunt/VPC-NAT.template
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",