Skip to content

Commit 6233fc4

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: This release adds new functionality that allows customers to provision IPv6 CIDR blocks through Amazon VPC IP Address Manager (IPAM) as well as allowing customers to utilize IPAM Resource Discovery APIs.
1 parent 9b765b7 commit 6233fc4

File tree

5 files changed

+1089
-1438
lines changed

5 files changed

+1089
-1438
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": "Amazon Elastic Compute Cloud",
4+
"contributor": "",
5+
"description": "This release adds new functionality that allows customers to provision IPv6 CIDR blocks through Amazon VPC IP Address Manager (IPAM) as well as allowing customers to utilize IPAM Resource Discovery APIs."
6+
}

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

Lines changed: 75 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -165,12 +165,18 @@
165165
"rules": [
166166
{
167167
"conditions": [],
168-
"endpoint": {
169-
"url": "https://ec2-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
170-
"properties": {},
171-
"headers": {}
172-
},
173-
"type": "endpoint"
168+
"type": "tree",
169+
"rules": [
170+
{
171+
"conditions": [],
172+
"endpoint": {
173+
"url": "https://ec2-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
174+
"properties": {},
175+
"headers": {}
176+
},
177+
"type": "endpoint"
178+
}
179+
]
174180
}
175181
]
176182
},
@@ -238,7 +244,7 @@
238244
}
239245
],
240246
"endpoint": {
241-
"url": "https://ec2.{Region}.{PartitionResult#dnsSuffix}",
247+
"url": "https://ec2.{Region}.amazonaws.com",
242248
"properties": {},
243249
"headers": {}
244250
},
@@ -300,12 +306,18 @@
300306
"rules": [
301307
{
302308
"conditions": [],
303-
"endpoint": {
304-
"url": "https://ec2.{Region}.{PartitionResult#dualStackDnsSuffix}",
305-
"properties": {},
306-
"headers": {}
307-
},
308-
"type": "endpoint"
309+
"type": "tree",
310+
"rules": [
311+
{
312+
"conditions": [],
313+
"endpoint": {
314+
"url": "https://ec2.{Region}.{PartitionResult#dualStackDnsSuffix}",
315+
"properties": {},
316+
"headers": {}
317+
},
318+
"type": "endpoint"
319+
}
320+
]
309321
}
310322
]
311323
},
@@ -318,12 +330,56 @@
318330
},
319331
{
320332
"conditions": [],
321-
"endpoint": {
322-
"url": "https://ec2.{Region}.{PartitionResult#dnsSuffix}",
323-
"properties": {},
324-
"headers": {}
325-
},
326-
"type": "endpoint"
333+
"type": "tree",
334+
"rules": [
335+
{
336+
"conditions": [
337+
{
338+
"fn": "stringEquals",
339+
"argv": [
340+
{
341+
"ref": "Region"
342+
},
343+
"us-gov-east-1"
344+
]
345+
}
346+
],
347+
"endpoint": {
348+
"url": "https://ec2.us-gov-east-1.amazonaws.com",
349+
"properties": {},
350+
"headers": {}
351+
},
352+
"type": "endpoint"
353+
},
354+
{
355+
"conditions": [
356+
{
357+
"fn": "stringEquals",
358+
"argv": [
359+
{
360+
"ref": "Region"
361+
},
362+
"us-gov-west-1"
363+
]
364+
}
365+
],
366+
"endpoint": {
367+
"url": "https://ec2.us-gov-west-1.amazonaws.com",
368+
"properties": {},
369+
"headers": {}
370+
},
371+
"type": "endpoint"
372+
},
373+
{
374+
"conditions": [],
375+
"endpoint": {
376+
"url": "https://ec2.{Region}.{PartitionResult#dnsSuffix}",
377+
"properties": {},
378+
"headers": {}
379+
},
380+
"type": "endpoint"
381+
}
382+
]
327383
}
328384
]
329385
}

0 commit comments

Comments
 (0)