Skip to content

Instantly share code, notes, and snippets.

@rnhurt
Last active August 29, 2015 14:18
Show Gist options
  • Save rnhurt/d71156c0d2ce015da7f4 to your computer and use it in GitHub Desktop.
Save rnhurt/d71156c0d2ce015da7f4 to your computer and use it in GitHub Desktop.
Cloud Formation Templates
"EnvType" : "stage",
"EnvRegions" : [
{
"Id" : "us-east-1",
"Name" : "USEast1",
"VPCId" : "vpc-456qwe",
"CacheSubnetGroupName" : "vpc-s-1"
},
{
"Id" : "us-west-2",
"Name" : "USWest2",
"VPCId" : "vpc-123abc",
"CacheSubnetGroupName" : "vpc-s-2"
}
],
"AMI" : "linux_amazon",
"KeyPairName" : "my-keypair",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment