Skip to content

Commit 7cccbc7

Browse files
committed
clarify serverless private endpoint vpc scope
1 parent 992bd07 commit 7cccbc7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tidb-cloud/set-up-private-endpoint-connections-serverless.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ To connect to your {{{ .starter }}} or {{{ .essential }}} instance via a private
5353

5454
> **Note:**
5555
>
56-
> You only need to create one private endpoint per AWS region, which can be shared by all {{{ .starter }}} or {{{ .essential }}} instances located in the same region.
56+
> {{{ .starter }}} or {{{ .essential }}} instances in the same AWS Region use the same TiDB Cloud PrivateLink endpoint service. In your AWS account, a private endpoint is scoped to a specific VPC. For each VPC in that Region, you only need to create one private endpoint, which can be used by all {{{ .starter }}} or {{{ .essential }}} instances in the same Region from that VPC. You cannot share a private endpoint across VPCs.
5757
5858
### Step 2. Create an AWS interface endpoint
5959

@@ -141,7 +141,7 @@ After you have created the interface endpoint, go back to the TiDB Cloud console
141141
>
142142
> If you cannot connect to the {{{ .starter }}} or Essential instance, the reason might be that the security group of your VPC endpoint in AWS is not properly set. See [this FAQ](#troubleshooting) for solutions.
143143
>
144-
> When creating a VPC endpoint, if you encounter an error `private-dns-enabled cannot be set because there is already a conflicting DNS domain for gatewayXX-privatelink.XX.prod.aws.tidbcloud.com in the VPC vpc-XXXXX`, it is due to that a private endpoint has already been created, and creating a new one is unnecessary.
144+
> When creating a VPC endpoint, if you encounter an error `private-dns-enabled cannot be set because there is already a conflicting DNS domain for gatewayXX-privatelink.XX.prod.aws.tidbcloud.com in the VPC vpc-XXXXX`, a private endpoint has already been created in that VPC, and creating another one for the same private DNS name is unnecessary.
145145
146146
## Troubleshooting
147147

0 commit comments

Comments
 (0)