Skip to content

Commit

Permalink
Privatelink docs copy improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
justindeguzman authored Sep 18, 2023
1 parent 0fcaa55 commit 2649aad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/cloud/security/aws-privatelink.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This table lists the AWS Regions where ClickHouse Cloud services can be deployed

If you require two or more AWS Private Links within the same AWS region, then please note: In ClickHouse, we have a VPC Endpoint service at a regional level. When you setup two or more VPC Endpoints in the same VPC - from the AWS VPC perspective - you are utilizing just a single AWS Private Link. In such a situation where you need two or more AWS Private Links configured within the same region, please just create just one VPC Endpoint in your VPC, and request that ClickHouse configure the same VPC Endpoint ID for all of your ClickHouse services in the same AWS region.

For us-east-1 region, you could ask ClickHouse support team to determine which VPC endpoint service you should use. Please provide ClickHouse service hostname to ClickHouse support, and we will provide VPC Service Name back to you. (Click on **Help** in the ClickHouse Cloud console and choose Support to open a case.)
For the `us-east-1` region, you can ask the ClickHouse support team to determine which VPC endpoint service you should use. Please provide your ClickHouse service hostname to ClickHouse support, and we will return the VPC Service Name. (Click on **Help** in the ClickHouse Cloud console and choose **Support** to open a case.)

:::note
AWS PrivateLink can be enabled only on ClickHouse Cloud Production services
Expand Down Expand Up @@ -155,7 +155,7 @@ telnet: connect to address 172.31.25.195: No route to host
Trying 172.31.3.200...
```

The error below is likely caused by missing security group attached to VPC endpoint to allow ClickHouse ports:
The error below is likely caused by a missing attached security group for the VPC endpoint that allows ClickHouse ports:
```response
telnet iyc9vhhplz.us-east-1.aws.clickhouse.cloud 9440
Trying 172.31.30.46...
Expand Down

0 comments on commit 2649aad

Please sign in to comment.