Skip to content

Commit bad5b63

Browse files
author
AWS
committed
Elastic Load Balancing Update: The GWLB Flex Health Check project updates the default values of healthy-threshold-count from 3 to 5 and unhealthy-threshold-count from 3 to 2
1 parent cec69eb commit bad5b63

File tree

4 files changed

+213
-1382
lines changed

4 files changed

+213
-1382
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Elastic Load Balancing",
4+
"contributor": "",
5+
"description": "The GWLB Flex Health Check project updates the default values of healthy-threshold-count from 3 to 5 and unhealthy-threshold-count from 3 to 2"
6+
}

services/elasticloadbalancingv2/src/main/resources/codegen-resources/endpoint-rule-set.json

Lines changed: 38 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"parameters": {
44
"Region": {
55
"builtIn": "AWS::Region",
6-
"required": false,
6+
"required": true,
77
"documentation": "The AWS region used to dispatch the request.",
88
"type": "String"
99
},
@@ -52,15 +52,6 @@
5252
"ref": "Endpoint"
5353
}
5454
]
55-
},
56-
{
57-
"fn": "parseURL",
58-
"argv": [
59-
{
60-
"ref": "Endpoint"
61-
}
62-
],
63-
"assign": "url"
6455
}
6556
],
6657
"type": "tree",
@@ -174,12 +165,18 @@
174165
"rules": [
175166
{
176167
"conditions": [],
177-
"endpoint": {
178-
"url": "https://elasticloadbalancing-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
179-
"properties": {},
180-
"headers": {}
181-
},
182-
"type": "endpoint"
168+
"type": "tree",
169+
"rules": [
170+
{
171+
"conditions": [],
172+
"endpoint": {
173+
"url": "https://elasticloadbalancing-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
174+
"properties": {},
175+
"headers": {}
176+
},
177+
"type": "endpoint"
178+
}
179+
]
183180
}
184181
]
185182
},
@@ -247,7 +244,7 @@
247244
}
248245
],
249246
"endpoint": {
250-
"url": "https://elasticloadbalancing.{Region}.{PartitionResult#dnsSuffix}",
247+
"url": "https://elasticloadbalancing.{Region}.amazonaws.com",
251248
"properties": {},
252249
"headers": {}
253250
},
@@ -309,12 +306,18 @@
309306
"rules": [
310307
{
311308
"conditions": [],
312-
"endpoint": {
313-
"url": "https://elasticloadbalancing.{Region}.{PartitionResult#dualStackDnsSuffix}",
314-
"properties": {},
315-
"headers": {}
316-
},
317-
"type": "endpoint"
309+
"type": "tree",
310+
"rules": [
311+
{
312+
"conditions": [],
313+
"endpoint": {
314+
"url": "https://elasticloadbalancing.{Region}.{PartitionResult#dualStackDnsSuffix}",
315+
"properties": {},
316+
"headers": {}
317+
},
318+
"type": "endpoint"
319+
}
320+
]
318321
}
319322
]
320323
},
@@ -327,12 +330,18 @@
327330
},
328331
{
329332
"conditions": [],
330-
"endpoint": {
331-
"url": "https://elasticloadbalancing.{Region}.{PartitionResult#dnsSuffix}",
332-
"properties": {},
333-
"headers": {}
334-
},
335-
"type": "endpoint"
333+
"type": "tree",
334+
"rules": [
335+
{
336+
"conditions": [],
337+
"endpoint": {
338+
"url": "https://elasticloadbalancing.{Region}.{PartitionResult#dnsSuffix}",
339+
"properties": {},
340+
"headers": {}
341+
},
342+
"type": "endpoint"
343+
}
344+
]
336345
}
337346
]
338347
}

0 commit comments

Comments
 (0)