Created
September 19, 2016 14:21
-
-
Save addamh/20b0a313e9256a128e6dd0a0a6f01ddb to your computer and use it in GitHub Desktop.
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
| "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