Last active
November 21, 2017 18:11
-
-
Save pbzona/0c6adb21f3a8c077d054f7d81536ee8a to your computer and use it in GitHub Desktop.
CloudFormation - EC2 creation JSON template excerpt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"ParameterKey": "InstanceType", | |
"ParameterValue": "t2.small" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment