Skip to content

Instantly share code, notes, and snippets.

View joaolpalma's full-sized avatar

João Lucas Palma joaolpalma

View GitHub Profile
@joaolpalma
joaolpalma / vpc-nat-ha.json
Created January 27, 2016 19:26 — forked from igorlg/vpc-nat-ha.json
AWS CloudFormation VPC Templates
{
"AWSTemplateFormatVersion": "2010-09-09",
"Description": "Template for a VPC with High Availability NAT for ECS",
"Parameters": {
"NATInstanceType": {
"Description": "NAT instance type",
"Type": "String",
"Default": "t2.micro",
"AllowedValues": [
"t2.micro",