Skip to content

Commit b35a4e0

Browse files
authored
docs: fix <byoc-region> in the AWS private link doc (#9844)
1 parent 4421431 commit b35a4e0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/pages/product/deployment/cloud/byoc/aws/privatelink.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,15 @@ To enable proper hostname resolution, create a private Route 53 hosted zone:
6666
- **Domain name**: `<byoc-region>.cubecloudapp.dev`
6767
- **Type**: Private hosted zone
6868
- **VPCs**: Associate with your target VPC(s)
69+
70+
<InfoBox>
71+
72+
The `<byoc-region>` placeholder in the domain name should be replaced with the exact region identifier provided by Cube Cloud support. This is **not** the standard AWS region name (like `us-east-1`), but rather a Cube Cloud-specific identifier that uniquely identifies your BYOC infrastructure provisioning.
73+
74+
For example, if Cube Cloud provides you with a region identifier like `aws-us-east-1-t-12345-prod`, you would use that exact string in place of `<byoc-region>`.
75+
76+
</InfoBox>
77+
6978
4. Create the following DNS records in the zone:
7079

7180
| Record Name | Type | Value |
@@ -74,6 +83,8 @@ To enable proper hostname resolution, create a private Route 53 hosted zone:
7483
| `*.sql.<byoc-region>.cubecloudapp.dev` | A | Alias to SQL VPC endpoint |
7584
| `sql.<byoc-region>.cubecloudapp.dev` | A | Alias to SQL VPC endpoint |
7685

86+
**Note**: Each BYOC infrastructure provisioning will have a different region identifier. If you provision additional regions in the future, each will require its own private zone with the corresponding region-specific identifier.
87+
7788
### Step 4: Verify connectivity
7889

7990
To test the connection from within your VPC, obtain the test connection commands from the Cube Cloud UI:

0 commit comments

Comments
 (0)