From 6cbff97f21585a0d6bd9043edcd24a65515cd305 Mon Sep 17 00:00:00 2001 From: Yanjie She <57549981+sheyanjie-qq@users.noreply.github.com> Date: Mon, 26 Jun 2023 09:28:39 +0800 Subject: [PATCH] Update docs/en/14-network/private-link/index.md Co-authored-by: WANG Xu --- docs/en/14-network/private-link/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/14-network/private-link/index.md b/docs/en/14-network/private-link/index.md index e78af32849..0a3481762f 100644 --- a/docs/en/14-network/private-link/index.md +++ b/docs/en/14-network/private-link/index.md @@ -44,7 +44,7 @@ To use the AWS Management Console to create a VPC interface endpoint, perform th 8. Click Create endpoint. Then you have the **VPC endpoint ID**. ### Step 3: Create endpoint connection using TDengine Cloud -1. In TDengine Cloud left navigation pane, select **Network**, then choose the **PrivateLink** tab, click **Create Connection** in the upper-right corner. The **Create Connection** page is displayed. +1. In TDengine Cloud left navigation pane, select **Network**, then choose the **PrivateLink** tab, click **Add New Private Link** in the upper-right corner. The **Add New Private Link** page will be displayed. 2. Firstly, set your preferred connection name, select the correct endpoint service to use to create the connection, and then enter the **VPC endpoint ID** you created in step 2. 3. Click the **Validate** button to verify if the request existed and could be accepted. 4. Click the **Confirm** button to create the private endpoint connection. -- GitLab