Skip to content

Commit 4864cde

Browse files
authored
Merge pull request #4260 from ClickHouse/krithika-ch-patch-10
Update aws-privatelink.md
2 parents b85a441 + d4dd49b commit 4864cde

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/cloud/security/aws-privatelink.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ ClickHouse Cloud supports [cross-region PrivateLink](https://aws.amazon.com/abou
5555
- us-west-1
5656
- us-east-2
5757
- us-east-1
58+
Pricing considerations: AWS will charge users for cross region data transfer, see pricing [here](https://aws.amazon.com/privatelink/pricing/).
5859
:::
5960

6061
**Please complete the following to enable AWS PrivateLink**:
@@ -65,7 +66,7 @@ ClickHouse Cloud supports [cross-region PrivateLink](https://aws.amazon.com/abou
6566

6667
Find Terraform examples [here](https://github.com/ClickHouse/terraform-provider-clickhouse/tree/main/examples/).
6768

68-
## Points of attention {#attention}
69+
## Important considerations {#considerations}
6970
ClickHouse attempts to group your services to reuse the same published [service endpoint](https://docs.aws.amazon.com/vpc/latest/privatelink/privatelink-share-your-services.html#endpoint-service-overview) within the AWS region. However, this grouping is not guaranteed, especially if you spread your services across multiple ClickHouse organizations.
7071
If you already have PrivateLink configured for other services in your ClickHouse organization, you can often skip most of the steps because of that grouping and proceed directly to the final step: Add ClickHouse "Endpoint ID" to ClickHouse service allow list.
7172

@@ -336,7 +337,7 @@ In this example connection via value of `privateDnsHostname` host name will be r
336337
### Multiple PrivateLinks in one region {#multiple-privatelinks-in-one-region}
337338

338339
In most cases, you only need to create a single endpoint service for each VPC. This endpoint can route requests from the VPC to multiple ClickHouse Cloud services.
339-
Please refer [here](#attention)
340+
Please refer [here](#considerations)
340341

341342
### Connection to private endpoint timed out {#connection-to-private-endpoint-timed-out}
342343

0 commit comments

Comments
 (0)