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: docs/pages/product/deployment/cloud/byoc/aws/privatelink.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ To enable proper hostname resolution, create a private Route 53 hosted zone:
69
69
70
70
<InfoBox>
71
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.
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 provisioned.
73
73
74
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>`.
Copy file name to clipboardExpand all lines: docs/pages/product/deployment/cloud/infrastructure.mdx
+51-1Lines changed: 51 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ Dedicated infrastructure with CSPS is available in Cube Cloud on the
97
97
98
98
## BYOC
99
99
100
-
With [Bring Your Own Cloud](/product/deployment/cloud/byoc) (BYOC) all the components interacting with private data are deployed on the customer infrastructure
100
+
With [Bring Your Own Cloud](/product/deployment/cloud/byoc) (BYOC) all the components interacting with private data are deployed on the customer infrastructure
101
101
on a platform of choice (AWS/Azure/GCP) and managed by the Cube Cloud Control Plane via the Cube Cloud Operator.
102
102
103
103
<SuccessBox>
@@ -116,4 +116,54 @@ BYOC is available in Cube Cloud on the
116
116
/>
117
117
</div>
118
118
119
+
## Understanding "Cube Cloud Region"
120
+
121
+
Throughout Cube documentation and when interacting with Cube staff, you may encounter the term **"Cube Cloud Region"** or simply **"Region"**. Understanding this term is crucial for properly configuring and managing your Cube deployments.
122
+
123
+
### What is a Cube Cloud Region?
124
+
125
+
A **Cube Cloud Region** refers to a specific cloud infrastructure instance used to host your Cube deployments. While it includes a geographical location component, it encompasses much more than just a physical data center location.
126
+
127
+
Each Cube Cloud Region is identified by a unique identifier that contains several components:
-`aws-us-east-1-shared` for shared infrastructure in AWS US East
136
+
-`aws-us-east-1-t-12345-prod` for dedicated infrastructure with tenant ID 12345
137
+
-`gcp-europe-west1-t-12345-byoc` for a BYOC deployment in GCP Europe
138
+
139
+
Each region also has a human-readable display name that's visible in the Cube Cloud UI. For dedicated infrastructure regions, these display names typically include the customer name and/or environment name (e.g., "Acme Corp Production (N. Virginia)" or "Acme Corp Staging (Iowa)") to help distinguish between different infrastructure instances.
0 commit comments