From 9e79871ceb78a3a98a60355dee14f0afc42da088 Mon Sep 17 00:00:00 2001 From: Alex Kalmakov Date: Thu, 24 Apr 2025 14:46:05 +0200 Subject: [PATCH 1/2] Remove deprecated step --- docs/cloud/security/aws-privatelink.md | 74 +------------------------- 1 file changed, 1 insertion(+), 73 deletions(-) diff --git a/docs/cloud/security/aws-privatelink.md b/docs/cloud/security/aws-privatelink.md index 0704bb2af79..391abe9fae5 100644 --- a/docs/cloud/security/aws-privatelink.md +++ b/docs/cloud/security/aws-privatelink.md @@ -195,83 +195,11 @@ There are various ways to configure DNS. Please set up DNS according to your spe You need to point "DNS name", taken from [Obtain Endpoint "Service name" ](#obtain-endpoint-service-info) step, to AWS Endpoint network interfaces. This ensures that services/components within your VPC/Network can resolve it properly. -### Add Endpoint ID to ClickHouse Cloud organization {#add-endpoint-id-to-clickhouse-cloud-organization} - -#### Option 1: ClickHouse Cloud console {#option-1-clickhouse-cloud-console-1} - -To add an endpoint to organization, proceed to the [Add Endpoint ID to service(s) allow list](#add-endpoint-id-to-services-allow-list) step. Adding the `Endpoint ID` using the ClickHouse Cloud console to the services allow list automatically adds it to organization. - -To remove an endpoint, open **Organization details -> Private Endpoints** and click the delete button to remove the endpoint. - -Remove Private Endpoint - -#### Option 2: API {#option-2-api-1} - -Set the following environment variables before running any commands: - -```bash -REGION= -PROVIDER=aws -KEY_ID= -KEY_SECRET= -ORG_ID= -SERVICE_NAME= -``` - -Set the `ENDPOINT_ID` environment variable using data from [Create AWS Endpoint](#create-aws-endpoint) step. - -To add an endpoint, run: - -```bash -cat < Date: Thu, 24 Apr 2025 15:07:23 +0200 Subject: [PATCH 2/2] Update aws-privatelink.md --- docs/cloud/security/aws-privatelink.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cloud/security/aws-privatelink.md b/docs/cloud/security/aws-privatelink.md index 391abe9fae5..d61dfa89984 100644 --- a/docs/cloud/security/aws-privatelink.md +++ b/docs/cloud/security/aws-privatelink.md @@ -199,7 +199,7 @@ You need to point "DNS name", taken from [Obtain Endpoint "Service name" ](#obta #### Option 1: ClickHouse Cloud console {#option-1-clickhouse-cloud-console-2} -To add please navigate to the ClickHouse Cloud console, open the service that you would like to connect via PrivateLink then navigate to **Settings**. Click **Set up private endpoint** to open private endpoints settings. Enter the `Endpoint ID` obtained from the [Create AWS Endpoint](#create-aws-endpoint) step. Click "Create endpoint". +To add, please navigate to the ClickHouse Cloud console, open the service that you would like to connect via PrivateLink then navigate to **Settings**. Click **Set up private endpoint** to open private endpoints settings. Enter the `Endpoint ID` obtained from the [Create AWS Endpoint](#create-aws-endpoint) step. Click "Create endpoint". :::note If you want to allow access from an existing PrivateLink connection, use the existing endpoint drop-down menu.