From 305380d46af148d7ba52511915db0d369d3091d5 Mon Sep 17 00:00:00 2001 From: yanjie11 Date: Fri, 26 May 2023 15:54:26 +0800 Subject: [PATCH] update doc format --- docs/en/14-network/index.md | 7 ++++ docs/en/14-network/private-link/index.md | 52 ++++++++---------------- 2 files changed, 24 insertions(+), 35 deletions(-) create mode 100644 docs/en/14-network/index.md diff --git a/docs/en/14-network/index.md b/docs/en/14-network/index.md new file mode 100644 index 0000000000..1f908a1411 --- /dev/null +++ b/docs/en/14-network/index.md @@ -0,0 +1,7 @@ +--- +sidebar_label: Network +title: Network +description: Network configurations +--- + +This chapter introduces some network configurations. For example, how to use PrivateLink to achieve communications from customer VPC to TDengine Cloud. diff --git a/docs/en/14-network/private-link/index.md b/docs/en/14-network/private-link/index.md index 6c661bbf97..0999034829 100644 --- a/docs/en/14-network/private-link/index.md +++ b/docs/en/14-network/private-link/index.md @@ -11,18 +11,12 @@ Currently, TDengine Cloud only supports private endpoint connections in AWS. Oth The architecture of the PrivateLink is as follows: -![Architecture of PrivateLink](./privatelink-arch.png) +![TDengine Cloud Architecture of PrivateLink](./privatelink-arch.png)
Figure 1. Architecture of PrivateLink
- -For more detailed of the PrivateLink concept, please see the following AWS documents: - -[What is AWS PrivateLink?](https://docs.aws.amazon.com/vpc/latest/privatelink/what-is-privatelink.html) - -[AWS PrivateLink concepts](https://docs.aws.amazon.com/vpc/latest/privatelink/concepts.html) - - - +For more detailed of the PrivateLink concept, please see the following AWS documents: +[What is AWS PrivateLink?](https://docs.aws.amazon.com/vpc/latest/privatelink/what-is-privatelink.html) +[AWS PrivateLink concepts](https://docs.aws.amazon.com/vpc/latest/privatelink/concepts.html) ## How to use PrivateLink ### Step 1: choose a endpoint service name in TDengine Cloud @@ -34,31 +28,19 @@ For more detailed of the PrivateLink concept, please see the following AWS docum To use the AWS Management Console to create a VPC interface endpoint, perform the following steps: 1. Sign in to the [AWS Management Console](https://aws.amazon.com/console/) and open the Amazon VPC console at [AWS VPC](https://console.aws.amazon.com/vpc/). - -2. Select the region where your VPC is located from the drop-down list in the upper-right corner. Find **Virtual private cloud** in the left navigation pane and Click **Endpoints**, and then click **Create Endpoint** in the upper-right corner. -The **Create endpoint** page is displayed. - -![Create endpoint 1](./create-endpoint-1.png) -
Figure 2. Create Endpoint
- - -1. Select Other endpoint services. -2. Enter the service name that you choose in **Step 1**. -Click **Verify service**. - -1. Select your VPC in the drop-down list. - -2. In the Subnets area, select all the availability zones, and select the Subnet ID. - -3. Select your security group properly in the Security groups area. - -:::note -Make sure the selected security group allows inbound access from your EC2 instances on port 443. - -::: - - - +2. Select the region where your VPC is located from the drop-down list in the upper-right corner. Find **Virtual private cloud** in the left navigation pane and Click **Endpoints**, and then click **Create Endpoint** in the upper-right corner. The **Create endpoint** page is displayed. + + ![TDengine Cloud Create endpoint 1](./create-endpoint-1.png) +
Figure 2. Create Endpoint
+3. Select Other endpoint services. +4. Enter the service name that you choose in **Step 1**. Click **Verify service**. +5. Select your VPC in the drop-down list. +6. In the Subnets area, select all the availability zones, and select the Subnet ID. +7. Select your security group properly in the Security groups area. + :::note + Make sure the selected security group allows inbound access from your EC2 instances on port 443. + + ::: 8. Click Create endpoint. Then you have the **VPC endpoint ID**. ### Step 3: Create endpoint connection using TDengine Cloud -- GitLab