Skip to content

Commit

Permalink
Merge pull request #1527 from ClickHouse/privatelink_doc_updates
Browse files Browse the repository at this point in the history
Privatelink doc updates for cells
  • Loading branch information
justindeguzman authored Sep 18, 2023
2 parents dcdf87f + 2649aad commit 1836ebc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/en/_snippets/_aws_regions.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
|ap-southeast-2| com.amazonaws.vpce.ap-southeast-2.vpce-svc-0ca446409b23f0c01| apse2-az1 apse2-az2 apse2-az3|
|eu-central-1 | com.amazonaws.vpce.eu-central-1.vpce-svc-0536fc4b80a82b8ed | euc1-az2 euc1-az3 euc1-az1 |
|eu-west-1 | com.amazonaws.vpce.eu-west-1.vpce-svc-066b03c9b5f61c6fc | euw1-az2 euw1-az3 euw1-az1 |
|us-east-1 | com.amazonaws.vpce.us-east-1.vpce-svc-0a0218fa75c646d81 | use1-az6 use1-az1 use1-az2 |
|us-east-1 c0 | com.amazonaws.vpce.us-east-1.vpce-svc-0a0218fa75c646d81 | use1-az6 use1-az1 use1-az2 |
|us-east-1 c1 | com.amazonaws.vpce.us-east-1.vpce-svc-096c118db1ff20ea4 | use1-az6 use1-az4 use1-az2 |
|us-east-2 | com.amazonaws.vpce.us-east-2.vpce-svc-0b99748bf269a86b4 | use2-az1 use2-az2 use2-az3 |
|us-west-2 | com.amazonaws.vpce.us-west-2.vpce-svc-049bbd33f61271781 | usw2-az2 usw2-az1 usw2-az3 |

Expand Down
12 changes: 12 additions & 0 deletions docs/en/cloud/security/aws-privatelink.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ 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 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 @@ -153,6 +155,16 @@ telnet: connect to address 172.31.25.195: No route to host
Trying 172.31.3.200...
```

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...
telnet: connect to address 172.31.30.46: Connection timed out
```

## Shift network traffic to VPC Endpoint
:::note
This step switches network traffic from traveliing over the Internet to using the VPC Endpoint.
Expand Down

0 comments on commit 1836ebc

Please sign in to comment.