From 4f67fad377a305d2748cbdf05f9ee76951f7d887 Mon Sep 17 00:00:00 2001 From: Yanjie She <57549981+sheyanjie-qq@users.noreply.github.com> Date: Mon, 26 Jun 2023 09:30:22 +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 4919ea8a51..004a79b403 100644 --- a/docs/en/14-network/private-link/index.md +++ b/docs/en/14-network/private-link/index.md @@ -62,7 +62,7 @@ To use the AWS Management Console to create a VPC interface endpoint, perform th Now you can access TDengine Cloud service in your VPC using the private DNS name. You can find the **Private URL** in the [Instances page](https://console.cloud.tdengine.com/instances) in TDengine Cloud. ## How to remove the endpoint connection -1. Disconnect the connection in **endpoint connection list** page in TDengine Cloud. Wait the connection status to be DISCONNECTED. +1. Click the Action button in **endpoint connection list** page in TDengine Cloud. After a while, the connection status will be changed into DISCONNECTED. 2. Delete the connection in **endpoint connection list** page in TDengine Cloud. 3. Remove the private endpoint in the AWS Console. Otherwise, AWS will continue to charge. 1. Select the endpoint in **Endpoints** page in AWS. -- GitLab