Merge pull request #6138 from bronislav/update-aws-template

A few update AWS template
This commit is contained in:
Eric Tune 2015-04-02 09:01:58 -07:00
commit 294b71d2af

View File

@ -62,16 +62,16 @@
},
"KeyPair": {
"Description": "The name of an EC2 Key Pair to allow SSH access to the instance.",
"Type": "String"
"Type": "AWS::EC2::KeyPair::KeyName"
},
"VpcId": {
"Description": "The ID of the VPC to launch into.",
"Type": "String",
"Type": "AWS::EC2::VPC::Id",
"Default": ""
},
"SubnetId": {
"Description": "The ID of the VPC to launch into (that must be within the supplied VPC)",
"Type": "String",
"Description": "The ID of the subnet to launch into (that must be within the supplied VPC)",
"Type": "AWS::EC2::Subnet::Id",
"Default": ""
},
"SubnetAZ": {