Skip to content

Commit 79673a6

Browse files
authored
Merge pull request #2898 from ClickHouse/gcp-psc
[AWS PL/GCP PSC] cross-region notes
2 parents 7604b25 + 05faf7f commit 79673a6

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Diff for: docs/en/cloud/security/aws-privatelink.md

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ slug: /en/manage/security/aws-privatelink
88

99
You can use [AWS PrivateLink](https://aws.amazon.com/privatelink/) to provide connectivity between VPCs, AWS services, your on-premises systems, and ClickHouse Cloud without having your traffic go across the internet. This document describes how to connect to ClickHouse Cloud using AWS PrivateLink. To disable access to your ClickHouse Cloud services from addresses other than AWS PrivateLink addresses use ClickHouse Cloud [IP Access Lists](https://clickhouse.com/docs/en/cloud/security/setting-ip-filters).
1010

11+
:::note
12+
ClickHouse Cloud currently does not support [cross-region PrivateLink](https://aws.amazon.com/about-aws/whats-new/2024/11/aws-privatelink-across-region-connectivity/). However, you can [connect to PrivateLink using VPC peering](https://aws.amazon.com/about-aws/whats-new/2019/03/aws-privatelink-now-supports-access-over-vpc-peering/). For more information and configuration guidance, please refer to AWS documentation.
13+
1114
:::note Only available in production environments
1215
AWS PrivateLink is only available in ClickHouse Cloud Production services. Development services are not supported.
1316
:::

Diff for: docs/en/cloud/security/gcp-private-service-connect.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,14 @@ By default, a ClickHouse service is not available over a Private Service connect
2121
GCP Private Service Connect can be enabled only on ClickHouse Cloud Production services
2222
:::
2323

24-
Cross-region connectivity is not supported. Producer and consumer regions should be the same. You will be able to connect from other regions within your VPC if you enable Global access on the PSC level (see below).
24+
Cross-region connectivity is not supported. The producer and consumer regions must be the same. However, you can connect from other regions within your VPC by enabling [Global Access](https://cloud.google.com/vpc/docs/about-accessing-vpc-hosted-services-endpoints#global-access) at the Private Service Connect (PSC) level.
25+
26+
:::note
27+
Important considerations for using Private Service Connect Global Access:
28+
1. Regions utilizing Global Access must belong to the same VPC.
29+
2. Global Access must be explicitly enabled at the PSC level (refer to the screenshot below).
30+
3. Ensure that your firewall settings do not block access to PSC from other regions.
31+
4. Be aware that you may incur GCP inter-region data transfer charges.
2532

2633
The process is split into four steps:
2734

0 commit comments

Comments
 (0)