mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
Merge pull request #6138 from bronislav/update-aws-template
A few update AWS template
This commit is contained in:
commit
294b71d2af
@ -62,16 +62,16 @@
|
|||||||
},
|
},
|
||||||
"KeyPair": {
|
"KeyPair": {
|
||||||
"Description": "The name of an EC2 Key Pair to allow SSH access to the instance.",
|
"Description": "The name of an EC2 Key Pair to allow SSH access to the instance.",
|
||||||
"Type": "String"
|
"Type": "AWS::EC2::KeyPair::KeyName"
|
||||||
},
|
},
|
||||||
"VpcId": {
|
"VpcId": {
|
||||||
"Description": "The ID of the VPC to launch into.",
|
"Description": "The ID of the VPC to launch into.",
|
||||||
"Type": "String",
|
"Type": "AWS::EC2::VPC::Id",
|
||||||
"Default": ""
|
"Default": ""
|
||||||
},
|
},
|
||||||
"SubnetId": {
|
"SubnetId": {
|
||||||
"Description": "The ID of the VPC to launch into (that must be within the supplied VPC)",
|
"Description": "The ID of the subnet to launch into (that must be within the supplied VPC)",
|
||||||
"Type": "String",
|
"Type": "AWS::EC2::Subnet::Id",
|
||||||
"Default": ""
|
"Default": ""
|
||||||
},
|
},
|
||||||
"SubnetAZ": {
|
"SubnetAZ": {
|
||||||
|
Loading…
Reference in New Issue
Block a user