---
 tidb-cloud/premium/connect-via-private-connection-premium.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tidb-cloud/premium/connect-via-private-connection-premium.md b/tidb-cloud/premium/connect-via-private-connection-premium.md
index 1dca57358b419..6fcf333e778b1 100644
--- a/tidb-cloud/premium/connect-via-private-connection-premium.md
+++ b/tidb-cloud/premium/connect-via-private-connection-premium.md
@@ -113,7 +113,7 @@ To use the AWS Management Console to create a VPC interface endpoint, perform th
 
     > **Note:**
     >
-    > Make sure the selected security group allows inbound access from your EC2 instances on Port 4000 or a customer-defined port.
+    > Make sure the selected security group allows inbound access from your EC2 instances on port `4000` or a customer-defined port.
 
 9. Click **Create endpoint**.
 
From b48a9a418251b0d7f41b4c54dccc0caf270b3798 Mon Sep 17 00:00:00 2001
From: Cheng Weiwei <65707268+wildpcww@users.noreply.github.com>
Date: Mon, 27 Oct 2025 15:50:07 +0800
Subject: [PATCH 17/27] Update
 tidb-cloud/premium/connect-via-private-connection-premium.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
---
 tidb-cloud/premium/connect-via-private-connection-premium.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tidb-cloud/premium/connect-via-private-connection-premium.md b/tidb-cloud/premium/connect-via-private-connection-premium.md
index 6fcf333e778b1..68fbcd054776b 100644
--- a/tidb-cloud/premium/connect-via-private-connection-premium.md
+++ b/tidb-cloud/premium/connect-via-private-connection-premium.md
@@ -143,7 +143,7 @@ To enable private DNS using your AWS CLI, copy the following `aws ec2 modify-vpc
 aws ec2 modify-vpc-endpoint --vpc-endpoint-id ${your_vpc_endpoint_id} --private-dns-enabled
 ```
 
-Alternatively, you can find the command on the **Networking** page of your instance. Locate the private endpoint and click **...*** > **Enable DNS** in the **Action** column.
+Alternatively, you can find the command on the **Networking** page of your instance. Locate the private endpoint and click **...** > **Enable DNS** in the **Action** column.
 
 
 
From 90443ae2c5d37af7dc0d3805ddcbe4b37222bd3a Mon Sep 17 00:00:00 2001
From: Cheng Weiwei <65707268+wildpcww@users.noreply.github.com>
Date: Mon, 27 Oct 2025 15:50:35 +0800
Subject: [PATCH 18/27] Update
 tidb-cloud/premium/connect-via-private-connection-premium.md
Co-authored-by: Lilian Lee 
---
 tidb-cloud/premium/connect-via-private-connection-premium.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/tidb-cloud/premium/connect-via-private-connection-premium.md b/tidb-cloud/premium/connect-via-private-connection-premium.md
index 68fbcd054776b..e2a5874ef2d7c 100644
--- a/tidb-cloud/premium/connect-via-private-connection-premium.md
+++ b/tidb-cloud/premium/connect-via-private-connection-premium.md
@@ -174,9 +174,10 @@ After you have accepted the private endpoint connection, you are redirected back
 
 ### Private endpoint status reference
 
-When you use private endpoint connections, the statuses of private endpoints or private endpoint services is displayed on your instance-level **Networking** page: 
+When you use private endpoint connections, the statuses of private endpoints and private endpoint services are displayed on the instance-level **Networking** page:
 
-- switch to your target instance using the combo box in the upper-left corner, and then click **Settings** > **Networking** in the left navigation pane.
+1. Switch to your target instance using the combo box in the upper-left corner.
+2. Click **Settings** > **Networking** in the left navigation pane.
 
 The possible statuses of a private endpoint are explained as follows:
 
From 005cac86d82b2f5c7a53fab663cb82de0a93a0d1 Mon Sep 17 00:00:00 2001
From: Cheng Weiwei <65707268+wildpcww@users.noreply.github.com>
Date: Mon, 27 Oct 2025 15:52:32 +0800
Subject: [PATCH 19/27] Update TOC-tidb-cloud-premium.md
Co-authored-by: Lilian Lee 
---
 TOC-tidb-cloud-premium.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/TOC-tidb-cloud-premium.md b/TOC-tidb-cloud-premium.md
index 60e8f233e785d..6c7b3cf1a56da 100644
--- a/TOC-tidb-cloud-premium.md
+++ b/TOC-tidb-cloud-premium.md
@@ -135,7 +135,7 @@
     - Connect to Your TiDB Cloud Cluster
       - [Connection Overview](/tidb-cloud/connect-to-tidb-cluster-serverless.md)
       - [Connect via Public Endpoint](/tidb-cloud/connect-via-standard-connection-serverless.md)
-      - [Connect via Private Endpoint with AWS](/tidb-cloud/premium/connect-via-private-connection-premium.md)
+      - [Connect via Private Endpoint with AWS](/tidb-cloud/premium/connect-to-premium-via-aws-private-endpoint.md)
       - [Connect via Private Endpoint with Alibaba Cloud](/tidb-cloud/set-up-private-endpoint-connections-on-alibaba-cloud.md)
     - [Back Up and Restore TiDB Cloud Data](/tidb-cloud/backup-and-restore-serverless.md)
   - Use an HTAP Cluster with TiFlash
From a8afc7365dc482dbac807c5ab6cd238f571a05bf Mon Sep 17 00:00:00 2001
From: Cheng Weiwei <65707268+wildpcww@users.noreply.github.com>
Date: Mon, 27 Oct 2025 15:53:55 +0800
Subject: [PATCH 20/27] Update
 tidb-cloud/premium/connect-via-private-connection-premium.md
Co-authored-by: Lilian Lee 
---
 tidb-cloud/premium/connect-via-private-connection-premium.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/tidb-cloud/premium/connect-via-private-connection-premium.md b/tidb-cloud/premium/connect-via-private-connection-premium.md
index e2a5874ef2d7c..70a75f51a0579 100644
--- a/tidb-cloud/premium/connect-via-private-connection-premium.md
+++ b/tidb-cloud/premium/connect-via-private-connection-premium.md
@@ -9,8 +9,7 @@ This document describes how to connect to your TiDB Cloud Premium instance via [
 
 > **Tip:**
 >
-> - To learn how to connect to a {{{ .starter }}} cluster via AWS PrivateLink, see [Connect to {{{ .starter }}} via AWS PrivateLink](/tidb-cloud/set-up-private-endpoint-connections-serverless.md).
-> - To learn how to connect to a TiDB Cloud Premium instance via private endpoint with Alibaba Cloud, see [Connect to a TiDB Cloud Premium instance via Alibaba Cloud Private Link](/tidb-cloud/connect-via-private-connection-premium-on-alicloud.md).
+> To learn how to connect to a {{{ .starter }}} or {{{ .essential }}} cluster via AWS PrivateLink, see [Connect to {{{ .starter }}} or Essential via AWS PrivateLink](/tidb-cloud/set-up-private-endpoint-connections-serverless.md).
 
 TiDB Cloud supports highly secure and one-way access to the TiDB Cloud service hosted in an AWS VPC via [AWS PrivateLink](https://aws.amazon.com/privatelink), as if the service were in your own VPC. A private endpoint is exposed in your VPC and you can create a connection to the TiDB Cloud service via the endpoint with permission.
 
From f57429b7ad6107a46521690358e441a41adba040 Mon Sep 17 00:00:00 2001
From: lilin90 
Date: Mon, 27 Oct 2025 16:13:00 +0800
Subject: [PATCH 21/27] Update private endpoint connection docs for clarity
Renamed the premium connection guide for AWS private endpoints and revised wording in the private endpoint setup documentation for improved clarity and consistency. Changes include role descriptions, port formatting, UI instructions, and troubleshooting steps.
---
 ...nect-to-premium-via-aws-private-endpoint.md.md} |  0
 tidb-cloud/set-up-private-endpoint-connections.md  | 14 +++++++-------
 2 files changed, 7 insertions(+), 7 deletions(-)
 rename tidb-cloud/premium/{connect-via-private-connection-premium.md => connect-to-premium-via-aws-private-endpoint.md.md} (100%)
diff --git a/tidb-cloud/premium/connect-via-private-connection-premium.md b/tidb-cloud/premium/connect-to-premium-via-aws-private-endpoint.md.md
similarity index 100%
rename from tidb-cloud/premium/connect-via-private-connection-premium.md
rename to tidb-cloud/premium/connect-to-premium-via-aws-private-endpoint.md.md
diff --git a/tidb-cloud/set-up-private-endpoint-connections.md b/tidb-cloud/set-up-private-endpoint-connections.md
index bcc66559bdc1e..3e955203b5803 100644
--- a/tidb-cloud/set-up-private-endpoint-connections.md
+++ b/tidb-cloud/set-up-private-endpoint-connections.md
@@ -28,8 +28,8 @@ For more detailed definitions of the private endpoint and endpoint service, see
 
 ## Restrictions
 
-- Only the `Organization Owner` and the `Project Owner` roles can create private endpoints.
-- The private endpoint and the TiDB cluster to be connected must be located in the same region.
+- Only users with the `Organization Owner` or `Project Owner` roles can create private endpoints.
+- The private endpoint and the TiDB cluster you want to connect to must be located in the same region.
 
 In most scenarios, you are recommended to use private endpoint connection over VPC peering. However, in the following scenarios, you should use VPC peering instead of private endpoint connection:
 
@@ -120,7 +120,7 @@ To use the AWS Management Console to create a VPC interface endpoint, perform th
 
     > **Note:**
     >
-    > Make sure the selected security group allows inbound access from your EC2 instances on Port 4000 or a customer-defined port.
+    > Make sure the selected security group allows inbound access from your EC2 instances on port `4000` or a customer-defined port.
 
 9. Click **Create endpoint**.
 
@@ -153,7 +153,7 @@ To enable private DNS using your AWS CLI, copy the following `aws ec2 modify-vpc
 aws ec2 modify-vpc-endpoint --vpc-endpoint-id ${your_vpc_endpoint_id} --private-dns-enabled
 ```
 
-Alternatively, you can find the command on the **Networking** page of your cluster. Locate the private endpoint and click **...*** > **Enable DNS** in the **Action** column.
+Alternatively, you can find the command on the **Networking** page of your cluster. Locate the private endpoint and click **...** > **Enable DNS** in the **Action** column.
 
 
 
@@ -184,7 +184,7 @@ After you have accepted the private endpoint connection, you are redirected back
 
 ### Private endpoint status reference
 
-When you use private endpoint connections, the statuses of private endpoints or private endpoint services are displayed on the following pages:
+When you use private endpoint connections, the statuses of private endpoints and private endpoint services are displayed on the following pages:
 
 - Cluster-level **Networking** page: switch to your target cluster using the combo box in the upper-left corner, and then click **Settings** > **Networking** in the left navigation pane.
 - Project-level **Network Access** page: switch to your target project using the combo box in the upper-left corner, and then click **Project Settings** > **Network Access** in the left navigation pane.
@@ -195,7 +195,7 @@ The possible statuses of a private endpoint are explained as follows:
 - **Pending**: Waiting for processing.
 - **Active**: Your private endpoint is ready to use. You cannot edit the private endpoint of this status.
 - **Deleting**: The private endpoint is being deleted.
-- **Failed**: The private endpoint creation fails. You can click **Edit** of that row to retry the creation.
+- **Failed**: The private endpoint creation fails. You can click **Edit** in that row to retry the creation.
 
 The possible statuses of a private endpoint service are explained as follows:
 
@@ -207,6 +207,6 @@ The possible statuses of a private endpoint service are explained as follows:
 
 ### I cannot connect to a TiDB cluster via a private endpoint after enabling private DNS. Why?
 
-You might need to properly set the security group for your VPC endpoint in the AWS Management Console. Go to **VPC** > **Endpoints**. Right-click your VPC endpoint and select the proper **Manage security groups**. A proper security group within your VPC that allows inbound access from your EC2 instances on Port 4000 or a customer-defined port.
+You might need to properly set the security group for your VPC endpoint in the AWS Management Console. Go to **VPC** > **Endpoints**. To do so, go to **VPC** > **Endpoints**, right-click your VPC endpoint, and select **Manage security groups**. Ensure that the selected security group allows inbound access from your EC2 instances on port `4000` or a customer-defined port.
 
 
From 37c0becb5c81a7ca8c24d17272f29e0a18ce0989 Mon Sep 17 00:00:00 2001
From: lilin90 
Date: Mon, 27 Oct 2025 16:16:27 +0800
Subject: [PATCH 22/27] Rename AWS private endpoint guide file
Renamed 'connect-to-premium-via-aws-private-endpoint.md.md' to 'connect-to-premium-via-aws-private-endpoint.md' for consistency and to remove redundant file extension.
---
 ...point.md.md => connect-to-premium-via-aws-private-endpoint.md} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename tidb-cloud/premium/{connect-to-premium-via-aws-private-endpoint.md.md => connect-to-premium-via-aws-private-endpoint.md} (100%)
diff --git a/tidb-cloud/premium/connect-to-premium-via-aws-private-endpoint.md.md b/tidb-cloud/premium/connect-to-premium-via-aws-private-endpoint.md
similarity index 100%
rename from tidb-cloud/premium/connect-to-premium-via-aws-private-endpoint.md.md
rename to tidb-cloud/premium/connect-to-premium-via-aws-private-endpoint.md
From e6fb1fe8333eb30f53b5e1ff72060e6b6f7a83aa Mon Sep 17 00:00:00 2001
From: lilin90 
Date: Mon, 27 Oct 2025 16:31:03 +0800
Subject: [PATCH 23/27] Replace hardcoded Premium instance name with template
 variable
Updated references to 'TiDB Cloud Premium instance' in the AWS PrivateLink connection guide to use the '{{{ .premium }}}' template variable for improved maintainability and consistency.
---
 .../connect-to-premium-via-aws-private-endpoint.md   | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/tidb-cloud/premium/connect-to-premium-via-aws-private-endpoint.md b/tidb-cloud/premium/connect-to-premium-via-aws-private-endpoint.md
index 70a75f51a0579..5cd8fbad1fd5f 100644
--- a/tidb-cloud/premium/connect-to-premium-via-aws-private-endpoint.md
+++ b/tidb-cloud/premium/connect-to-premium-via-aws-private-endpoint.md
@@ -1,11 +1,11 @@
 ---
-title: Connect to a TiDB Cloud Premium instance via AWS PrivateLink
-summary: Learn how to connect to your TiDB Cloud Premium instance via private endpoint with AWS.
+title: Connect to a {{{ .premium }}} instance via AWS PrivateLink
+summary: Learn how to connect to your {{{ .premium }}} instance via private endpoint with AWS.
 ---
 
-# Connect to a TiDB Cloud Premium instance via AWS PrivateLink
+# Connect to a {{{ .premium }}} instance via AWS PrivateLink
 
-This document describes how to connect to your TiDB Cloud Premium instance via [AWS PrivateLink](https://aws.amazon.com/privatelink).
+This document describes how to connect to your {{{ .premium }}} instance via [AWS PrivateLink](https://aws.amazon.com/privatelink).
 
 > **Tip:**
 >
@@ -35,7 +35,7 @@ Make sure that DNS hostnames and DNS resolution are both enabled in your AWS VPC
 
 ## Set up a private endpoint connection and connect to your instance
 
-To connect to your TiDB Cloud Premium instance via a private endpoint, follow these steps:
+To connect to your {{{ .premium }}} instance via a private endpoint, follow these steps:
 
 1. [Select a TiDB instance](#step-1-select-a-tidb-instance)
 2. [Create an AWS interface endpoint](#step-2-create-an-aws-interface-endpoint)
@@ -59,7 +59,7 @@ If you have multiple instances, you need to repeat these steps for each instance
 
 > **Note:**
 >
-> For each TiDB Cloud Premium instance, the corresponding endpoint service is automatically created 3 to 4 minutes after the instance creation.
+> For each {{{ .premium }}} instance, the corresponding endpoint service is automatically created 3 to 4 minutes after the instance creation.
 
 If you see the `TiDB Private Link Service is ready` message, the corresponding endpoint service is ready. You can provide the following information to create the endpoint.
 
From 2a04228242ac323863f7d5ecf3cf67dae9f5f2f0 Mon Sep 17 00:00:00 2001
From: Lilian Lee 
Date: Mon, 27 Oct 2025 16:33:50 +0800
Subject: [PATCH 24/27] Update title capitalization for style consistency
---
 .../premium/connect-to-premium-via-aws-private-endpoint.md    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tidb-cloud/premium/connect-to-premium-via-aws-private-endpoint.md b/tidb-cloud/premium/connect-to-premium-via-aws-private-endpoint.md
index 5cd8fbad1fd5f..f29323475e3d3 100644
--- a/tidb-cloud/premium/connect-to-premium-via-aws-private-endpoint.md
+++ b/tidb-cloud/premium/connect-to-premium-via-aws-private-endpoint.md
@@ -1,9 +1,9 @@
 ---
-title: Connect to a {{{ .premium }}} instance via AWS PrivateLink
+title: Connect to a {{{ .premium }}} Instance via AWS PrivateLink
 summary: Learn how to connect to your {{{ .premium }}} instance via private endpoint with AWS.
 ---
 
-# Connect to a {{{ .premium }}} instance via AWS PrivateLink
+# Connect to a {{{ .premium }}} Instance via AWS PrivateLink
 
 This document describes how to connect to your {{{ .premium }}} instance via [AWS PrivateLink](https://aws.amazon.com/privatelink).
 
From eb4e58fd9ba30e854352a76b029d7608316e421c Mon Sep 17 00:00:00 2001
From: Lilian Lee 
Date: Tue, 28 Oct 2025 14:49:23 +0800
Subject: [PATCH 25/27] Update ui wording
---
 .../premium/connect-to-premium-via-aws-private-endpoint.md      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tidb-cloud/premium/connect-to-premium-via-aws-private-endpoint.md b/tidb-cloud/premium/connect-to-premium-via-aws-private-endpoint.md
index f29323475e3d3..31fee82203f77 100644
--- a/tidb-cloud/premium/connect-to-premium-via-aws-private-endpoint.md
+++ b/tidb-cloud/premium/connect-to-premium-via-aws-private-endpoint.md
@@ -47,7 +47,7 @@ If you have multiple instances, you need to repeat these steps for each instance
 
 ### Step 1. Select a TiDB instance
 
-1. On the [**Instances**](https://tidbcloud.com/tidbs?orgId=1372813089208281461&uiMode=new-offerings-preview) page of your TiDB Cloud web console, click the name of your target TiDB instance to go to its overview page.
+1. On the [**TiDB Instances**](https://tidbcloud.com/tidbs?orgId=1372813089208281461&uiMode=new-offerings-preview) page of your TiDB Cloud web console, click the name of your target TiDB instance to go to its overview page.
 2. Click **Connect** in the upper-right corner. A connection dialog is displayed.
 3. In the **Connection Type** drop-down list, select **Private Endpoint**, and then click **Create Private Endpoint Connection**.
 
From c3669cdfbc067f87f4b6e8f600d6a6cb7ac03432 Mon Sep 17 00:00:00 2001
From: Lilian Lee 
Date: Tue, 28 Oct 2025 14:58:38 +0800
Subject: [PATCH 26/27] Update a link
---
 .../premium/connect-to-premium-via-aws-private-endpoint.md      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tidb-cloud/premium/connect-to-premium-via-aws-private-endpoint.md b/tidb-cloud/premium/connect-to-premium-via-aws-private-endpoint.md
index 31fee82203f77..41e75ea1584f6 100644
--- a/tidb-cloud/premium/connect-to-premium-via-aws-private-endpoint.md
+++ b/tidb-cloud/premium/connect-to-premium-via-aws-private-endpoint.md
@@ -47,7 +47,7 @@ If you have multiple instances, you need to repeat these steps for each instance
 
 ### Step 1. Select a TiDB instance
 
-1. On the [**TiDB Instances**](https://tidbcloud.com/tidbs?orgId=1372813089208281461&uiMode=new-offerings-preview) page of your TiDB Cloud web console, click the name of your target TiDB instance to go to its overview page.
+1. On the [**TiDB Instances**](https://tidbcloud.com/tidbs) page of your TiDB Cloud web console, click the name of your target TiDB instance to go to its overview page.
 2. Click **Connect** in the upper-right corner. A connection dialog is displayed.
 3. In the **Connection Type** drop-down list, select **Private Endpoint**, and then click **Create Private Endpoint Connection**.
 
From 854160f0211349a0aa2fc2521ce13cb706d1efea Mon Sep 17 00:00:00 2001
From: Lilian Lee 
Date: Wed, 29 Oct 2025 14:16:21 +0800
Subject: [PATCH 27/27] Update wording
---
 tidb-cloud/set-up-private-endpoint-connections.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tidb-cloud/set-up-private-endpoint-connections.md b/tidb-cloud/set-up-private-endpoint-connections.md
index 3e955203b5803..ecc47ba6cca76 100644
--- a/tidb-cloud/set-up-private-endpoint-connections.md
+++ b/tidb-cloud/set-up-private-endpoint-connections.md
@@ -28,7 +28,7 @@ For more detailed definitions of the private endpoint and endpoint service, see
 
 ## Restrictions
 
-- Only users with the `Organization Owner` or `Project Owner` roles can create private endpoints.
+- Only users with the `Organization Owner` or `Project Owner` role can create private endpoints.
 - The private endpoint and the TiDB cluster you want to connect to must be located in the same region.
 
 In most scenarios, you are recommended to use private endpoint connection over VPC peering. However, in the following scenarios, you should use VPC peering instead of private endpoint connection: