Skip to content

Commit e5eb330

Browse files
author
AWS
committed
Amazon OpenSearch Service Update: Amazon OpenSearch Service adds the option for a VPC endpoint connection between two domains when the local domain uses OpenSearch version 1.3 or 2.3. You can now use remote reindex to copy indices from one VPC domain to another without a reverse proxy.
1 parent 16b5014 commit e5eb330

File tree

4 files changed

+261
-1379
lines changed

4 files changed

+261
-1379
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 OpenSearch Service",
4+
"contributor": "",
5+
"description": "Amazon OpenSearch Service adds the option for a VPC endpoint connection between two domains when the local domain uses OpenSearch version 1.3 or 2.3. You can now use remote reindex to copy indices from one VPC domain to another without a reverse proxy."
6+
}

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

Lines changed: 36 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -165,12 +165,18 @@
165165
"rules": [
166166
{
167167
"conditions": [],
168-
"endpoint": {
169-
"url": "https://es-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://es-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
174+
"properties": {},
175+
"headers": {}
176+
},
177+
"type": "endpoint"
178+
}
179+
]
174180
}
175181
]
176182
},
@@ -275,12 +281,18 @@
275281
"rules": [
276282
{
277283
"conditions": [],
278-
"endpoint": {
279-
"url": "https://es.{Region}.{PartitionResult#dualStackDnsSuffix}",
280-
"properties": {},
281-
"headers": {}
282-
},
283-
"type": "endpoint"
284+
"type": "tree",
285+
"rules": [
286+
{
287+
"conditions": [],
288+
"endpoint": {
289+
"url": "https://es.{Region}.{PartitionResult#dualStackDnsSuffix}",
290+
"properties": {},
291+
"headers": {}
292+
},
293+
"type": "endpoint"
294+
}
295+
]
284296
}
285297
]
286298
},
@@ -293,12 +305,18 @@
293305
},
294306
{
295307
"conditions": [],
296-
"endpoint": {
297-
"url": "https://es.{Region}.{PartitionResult#dnsSuffix}",
298-
"properties": {},
299-
"headers": {}
300-
},
301-
"type": "endpoint"
308+
"type": "tree",
309+
"rules": [
310+
{
311+
"conditions": [],
312+
"endpoint": {
313+
"url": "https://es.{Region}.{PartitionResult#dnsSuffix}",
314+
"properties": {},
315+
"headers": {}
316+
},
317+
"type": "endpoint"
318+
}
319+
]
302320
}
303321
]
304322
}

0 commit comments

Comments
 (0)