This repository was archived by the owner on Oct 4, 2024. It is now read-only.
File tree 1 file changed +25
-0
lines changed
1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 44
44
"PrivateSubnetBTag3",
45
45
"VPCTenancy"
46
46
]
47
+ },
48
+ {
49
+ "Label": {
50
+ "default": "Deprecated: NAT Instance Configuration"
51
+ },
52
+ "Parameters": [
53
+ "KeyPairName",
54
+ "NATInstanceType"
55
+ ]
47
56
}
48
57
],
49
58
"ParameterLabels": {
56
65
"CreatePrivateSubnets": {
57
66
"default": "Create private subnets"
58
67
},
68
+ "KeyPairName": {
69
+ "default": "Deprecated": "Key pair name"
70
+ },
71
+ "NATInstanceType": {
72
+ "default": "Deprecated": "NAT instance type"
73
+ },
59
74
"NumberOfAZs": {
60
75
"default": "Number of Availability Zones"
61
76
},
154
169
"Description": "Set to false to create only public subnets. If false, the CIDR parameters for ALL private subnets will be ignored.",
155
170
"Type": "String"
156
171
},
172
+ "KeyPairName": {
173
+ "Description": "Deprecated. NAT gateways are now supported in all regions.",
174
+ "Type": "String",
175
+ "Default": "deprecated"
176
+ },
177
+ "NATInstanceType": {
178
+ "Default": "deprecated",
179
+ "Description": "Deprecated. NAT gateways are now supported in all regions.",
180
+ "Type": "String"
181
+ },
157
182
"NumberOfAZs": {
158
183
"AllowedValues": [
159
184
"2",
You can’t perform that action at this time.
0 commit comments