Skip to content

Instantly share code, notes, and snippets.

@pbzona
Last active November 21, 2017 18:11
Show Gist options
  • Save pbzona/0c6adb21f3a8c077d054f7d81536ee8a to your computer and use it in GitHub Desktop.
Save pbzona/0c6adb21f3a8c077d054f7d81536ee8a to your computer and use it in GitHub Desktop.
CloudFormation - EC2 creation JSON template excerpt
[
{
"ParameterKey": "InstanceType",
"ParameterValue": "t2.small"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment