Skip to content

Instantly share code, notes, and snippets.

@addamh
Created September 19, 2016 14:21
Show Gist options
  • Select an option

  • Save addamh/20b0a313e9256a128e6dd0a0a6f01ddb to your computer and use it in GitHub Desktop.

Select an option

Save addamh/20b0a313e9256a128e6dd0a0a6f01ddb to your computer and use it in GitHub Desktop.
"Parameters": {
"EC2Node": {
"Description": "The instance type of server (e.g. t2.micro).",
"Type": "String",
"Default": "m4.large",
"AllowedValues": [
"t2.micro",
"t1.micro",
"t2.medium",
"m1.small",
"t2.medium",
"m4.large"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment