Skip to content

Instantly share code, notes, and snippets.

View SebastienCoste's full-sized avatar

Sebastien Coste SebastienCoste

View GitHub Profile
{
"Parameters" : {
"VPCID" : {
"Type" : "AWS::EC2::VPC::Id",
"Description" : "Select Virtual Private Cloud ID"
},
"ELBSubnet" : {
"Type" : "List<AWS::EC2::Subnet::Id>",
"Description" : "Subnets for Elastic Loadbalancer"
},