Skip to content

Commit 726bc4b

Browse files
docs: Add region to requirements for peering (#9689)
1 parent 1685c1b commit 726bc4b

File tree

4 files changed

+20
-13
lines changed

4 files changed

+20
-13
lines changed

docs/pages/product/deployment/cloud/vpc/aws/private-link.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ To request establishing a PrivateLink connection, please share the following inf
3131
- **Reference Name** for the record (such as "Snowflake-prod" or "clickhouse-dev")
3232
- **Ports**: a list of ports that will be accessed through this connection
3333
- **DNS Name** (optional): an internal DNS name of the upstream service in case SSL needs to be supported
34+
- **Dedicated Infrastructure Region:** VPC Peering requires Cube to be hosted in
35+
[dedicated infrastructure][dedicated-infra]. Please specify what region the Cube Cloud
36+
dedicated infrastructure should be hosted in.
37+
3438

3539
If a DNS name is provided, an internal DNS record will be created pointing at the established PrivateLink
3640
connection, and the service will be addressable by that name inside the Cube Cloud infrastructure.
@@ -48,3 +52,4 @@ supplied DNS Name or an AWS internal DNS name returned to you by the Cube team.
4852

4953
[aws-docs-private-link]: https://aws.amazon.com/privatelink/
5054
[aws-docs-endpoint-service]: https://docs.aws.amazon.com/vpc/latest/privatelink/configure-endpoint-service.html
55+
[dedicated-infra]: /product/deployment/cloud/infrastructure#dedicated-infrastructure

docs/pages/product/deployment/cloud/vpc/aws/vpc-peering.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ information is required:
1818
example, `vpc-0099aazz`
1919
- **AWS VPC CIDR:** The [CIDR block][wiki-cidr-block] of the VPC that Cube Cloud
2020
will connect to, for example, `10.0.0.0/16`
21+
- **Dedicated Infrastructure Region:** VPC Peering requires Cube to be hosted in
22+
[dedicated infrastructure][dedicated-infra]. Please specify what region the Cube Cloud
23+
dedicated infrastructure should be hosted in.
2124

2225
## Setup
2326

@@ -129,6 +132,7 @@ Customer Success Manager and share with them the following:
129132
[aws-docs-vpc-peering]:
130133
https://docs.aws.amazon.com/vpc/latest/peering/what-is-vpc-peering.html
131134
[aws-docs-vpc-security-group]: https://docs.aws.amazon.com/vpc/latest/userguide/security-group-rules.html
135+
[dedicated-infra]: /product/deployment/cloud/infrastructure#dedicated-infrastructure
132136
[wiki-cidr-block]:
133137
https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing#CIDR_blocks
134138

docs/pages/product/deployment/cloud/vpc/azure.mdx

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
# Connecting with a VPC on Azure
22

3-
## Prerequisites
4-
5-
To allow Cube Cloud to connect to a Virtual Network on Azure, the following
6-
information is required:
7-
8-
- **Virtual Network Name:** This can be found in the Virtual Networks section of
9-
the [Azure Portal][azure-console].
10-
- **Tenant ID:** This can be found under&nbsp;<Btn>Azure Active Directory</Btn>
11-
&nbsp;<Btn>Properties</Btn> →&nbsp;<Btn>Tenant ID</Btn> in the [Azure Portal][azure-console].
12-
133
## Setup
144

155
For cross-tenant peering in Azure, you are supposed to assign the peering role
@@ -91,6 +81,9 @@ information:
9181
- **Tenant ID:** You can find it in&nbsp;<Btn>Azure Active Directory</Btn>
9282
&nbsp;<Btn>Properties</Btn> →&nbsp;<Btn>Tenant ID</Btn> section of
9383
[Azure Portal][azure-console].
84+
- **Dedicated Infrastructure Region:** VPC Peering requires Cube to be hosted
85+
in [dedicated infrastructure][dedicated-infra]. Please specify what region
86+
the Cube Cloud dedicated infrastructure should be hosted in.
9487

9588
## Supported Regions
9689

@@ -99,3 +92,4 @@ We support all general-purpose regions. Cube Store is currently located only in
9992
proximity to it.
10093

10194
[azure-console]: https://portal.azure.com
95+
[dedicated-infra]: /product/deployment/cloud/infrastructure#dedicated-infrastructure

docs/pages/product/deployment/cloud/vpc/gcp.mdx

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22

33
Work with your Cube sales or customer success team to initiate this process.
44

5-
- [Sign up for a Cube Cloud account][cube-cloud-signup] if you haven't already.
6-
- Let the Cube team know your Cube Cloud tenant name (e.g. example.cubecloud.dev) and your desired GCP region for the deployment. For best performance, select one of the "Supported Regions" listed below.
7-
- Cube will provision the VPC and provide the following information you can use to create the peering request:
5+
- VPC Peering requires Cube to be hosted in [dedicated infrastructure][dedicated-infra].
6+
Let the Cube team know your Cube Cloud tenant name (e.g. example.cubecloud.dev) and what region
7+
the dedicated infrastructure should be hosted in.
8+
For best performance, select one of the "Supported Regions" listed below.
9+
- Cube will provision the dedicated VPC and provide the following
10+
information you can use to create the peering request:
811
- [Google Cloud Project ID][gcp-docs-projects]
912
- Google Cloud VPC Network Name
1013

@@ -48,3 +51,4 @@ run the [Cloud SQL Auth Proxy][gcp-cloudsql-auth-proxy].
4851
https://cloud.google.com/resource-manager/docs/creating-managing-projects#before_you_begin
4952
[gcp-docs-vpc-peering]: https://cloud.google.com/vpc/docs/vpc-peering
5053
[cube-cloud-signup]: https://cubecloud.dev/auth/signup
54+
[dedicated-infra]: /product/deployment/cloud/infrastructure#dedicated-infrastructure

0 commit comments

Comments
 (0)