Skip to content

Instantly share code, notes, and snippets.

@succi0303
Last active March 25, 2020 08:33
Show Gist options
  • Save succi0303/121b112bfd13b2e03df02ea84f7869c4 to your computer and use it in GitHub Desktop.
Save succi0303/121b112bfd13b2e03df02ea84f7869c4 to your computer and use it in GitHub Desktop.
"Parameters": {
"KeyName": {
"Description": "Name of an existing EC2 KeyPair",
"Type": "AWS::EC2::KeyPair::KeyName"
},
"WordPressUser": {
"Default": "admin",
"NoEcho": "true",
"Description": "The WordPress database admin",
"Type": "String",
"MinLength": "1",
"MaxLength": "16",
"AllowPattern": "[a-zA-Z][a-zA-Z0-9]*"
},
"WebServerPort": {
"Default": "8888",
"Description": "TCP/IP port for the WordPress",
"Type": "Number",
"MinValue": "1",
"MaxValue": "65535"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment