You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tidb-cloud/set-up-private-endpoint-connections-on-alibaba-cloud.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ To connect to your {{{ .starter }}} or {{{ .essential }}} instance via a private
22
22
23
23
1.[Choose a {{{ .starter }}} or Essential instance](#step-1-choose-a-tidb-instance)
24
24
2.[Create a private endpoint on Alibaba Cloud](#step-2-create-a-private-endpoint-on-alibaba-cloud)
25
-
3.[Authorize your private endpoint in TiDB Cloud](#step-3-authorize-your-private-endpoint-in-tidb-cloud)
25
+
3.[Authorize your private endpoint in TiDB Cloud (optional)](#step-3-authorize-your-private-endpoint-in-tidb-cloud-optional)
26
26
4.[Connect to your {{{ .starter }}} or Essential instance using the private endpoint](#step-4-connect-to-your-instance-using-the-private-endpoint)
27
27
28
28
### Step 1. Choose a {{{ .starter }}} or Essential instance {#step-1-choose-a-tidb-instance}
@@ -51,9 +51,13 @@ To use the Alibaba Cloud Management Console to create a VPC interface endpoint,
51
51
8. Click **OK** to create the endpoint.
52
52
9. Wait for the endpoint status to become **Active** and the connection status to become **Connected**.
53
53
54
-
### Step 3. Authorize your private endpoint in TiDB Cloud
54
+
### Step 3. Authorize your private endpoint in TiDB Cloud (optional)
55
55
56
-
After creating the interface endpoint on Alibaba Cloud, you must add it to the allowlist of your target {{{ .starter }}} or {{{ .essential }}} instance.
56
+
> **Note:**
57
+
>
58
+
> This step is optional. You only need to configure **Authorized Networks** when you want to restrict access to specific private endpoint connections. If no rules are configured, all private endpoint connections are allowed by default.
59
+
60
+
After creating the interface endpoint on Alibaba Cloud, you can authorize it for your target {{{ .starter }}} or {{{ .essential }}} instance to restrict access.
57
61
58
62
1. On the [**My TiDB**](https://tidbcloud.com/tidbs) page, click the name of your target {{{ .starter }}} or {{{ .essential }}} instance to go to its overview page.
59
63
2. Click **Settings** > **Networking** in the left navigation pane.
@@ -65,8 +69,9 @@ After creating the interface endpoint on Alibaba Cloud, you must add it to the a
65
69
-**Your Endpoint ID**: paste your 23-character endpoint ID from the Alibaba Cloud Management Console (starts with `ep-`).
66
70
67
71
> **Tip:**
68
-
>
69
-
> To allow all Private Endpoint connections from your cloud region (for testing or open access), enter a single asterisk (`*`) in the **Your Endpoint ID** field.
72
+
>
73
+
> - If you leave the **Authorized Networks** table empty, all private endpoint connections are allowed by default.
74
+
> - To allow all private endpoint connections from your cloud region (for testing or open access), enter a single asterisk (`*`) in the **Your Endpoint ID** field.
0 commit comments