Skip to content

Commit 74fd04e

Browse files
Feat: CSRE-4868 Adding AWS Privatelink region ap-east-1 and us-east-1 (#2582)
* CSRE-4868 Adding AWS Provatelink region ap-east-1 and us-east-1 * Fixed supported region list
1 parent 7f455d9 commit 74fd04e

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed

app/gateway-manager/aws-private-link.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,13 @@ You can establish a private connection between {{site.konnect_short_name}} and y
3232
You can configure this instead of AWS Transit Gateways to secure your connection.
3333

3434
PrivateLink support is currently available in the following AWS regions:
35+
* `us-east-1`
3536
* `us-east-2`
3637
* `us-west-2`
3738
* `eu-central-1`
3839
* `eu-west-1`
3940
* `eu-west-2`
41+
* `ap-east-1`
4042
* `ap-southeast-1`
4143
* `ap-southeast-2`
4244

@@ -92,6 +94,34 @@ The following tables show the PrivateLink service name and DNS name for each sup
9294
<!--vale off-->
9395
{% navtabs "service names" %}
9496

97+
{% navtab "us-east-1" %}
98+
{% table %}
99+
columns:
100+
- title: {{site.konnect_short_name}} Geo
101+
key: geo
102+
- title: PrivateLink Service Name
103+
key: service
104+
- title: DNS Name
105+
key: dns
106+
rows:
107+
- geo: AP
108+
service: com.amazonaws.vpce.us-east-1.vpce-svc-03eda50387fcc5e06
109+
dns: ap.svc.konghq.com
110+
- geo: EU
111+
service: com.amazonaws.vpce.us-east-1.vpce-svc-074b83bf704d87ba7
112+
dns: eu.svc.konghq.com
113+
- geo: IN
114+
service: com.amazonaws.vpce.us-east-1.vpce-svc-0785a7867f5cbed8b
115+
dns: in.svc.konghq.com
116+
- geo: ME
117+
service: com.amazonaws.vpce.us-east-1.vpce-svc-09e6e8ec26383e748
118+
dns: me.svc.konghq.com
119+
- geo: US
120+
service: com.amazonaws.vpce.us-east-1.vpce-svc-0a701662e3ebe10b8
121+
dns: us.svc.konghq.com
122+
{% endtable %}
123+
{% endnavtab %}
124+
95125
{% navtab "us-east-2" %}
96126
{% table %}
97127
columns:
@@ -232,6 +262,34 @@ rows:
232262
{% endtable %}
233263
{% endnavtab %}
234264

265+
{% navtab "ap-east-1" %}
266+
{% table %}
267+
columns:
268+
- title: {{site.konnect_short_name}} Geo
269+
key: geo
270+
- title: PrivateLink Service Name
271+
key: service
272+
- title: DNS Name
273+
key: dns
274+
rows:
275+
- geo: AP
276+
service: com.amazonaws.vpce.ap-east-1.vpce-svc-0c7b67a477740b8cb
277+
dns: ap.svc.konghq.com
278+
- geo: EU
279+
service: com.amazonaws.vpce.ap-east-1.vpce-svc-0ca74e27b8d0a5c3c
280+
dns: eu.svc.konghq.com
281+
- geo: IN
282+
service: com.amazonaws.vpce.ap-east-1.vpce-svc-0731d524d482bfb04
283+
dns: in.svc.konghq.com
284+
- geo: ME
285+
service: com.amazonaws.vpce.ap-east-1.vpce-svc-09ca173aa8de2dd02
286+
dns: me.svc.konghq.com
287+
- geo: US
288+
service: com.amazonaws.vpce.ap-east-1.vpce-svc-02c00c62584350b46
289+
dns: us.svc.konghq.com
290+
{% endtable %}
291+
{% endnavtab %}
292+
235293
{% navtab "ap-southeast-1" %}
236294
{% table %}
237295
columns:

0 commit comments

Comments
 (0)