Skip to content

Instantly share code, notes, and snippets.

@addamh
Created September 19, 2016 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save addamh/9655b3ef467666624dd340317b661509 to your computer and use it in GitHub Desktop.
Save addamh/9655b3ef467666624dd340317b661509 to your computer and use it in GitHub Desktop.
"Resources" : {
"myEC2Instance" : {
"Type" : "AWS::EC2::Instance",
"Properties" : {
"ImageId" : { "Fn::FindInMap" : [ "RegionMap", { "Ref" : "AWS::Region" }, "32"]},
"InstanceType" : "m1.small"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment