Skip to content

Commit c199d52

Browse files
authored
add networking page (#94)
1 parent 8898aa0 commit c199d52

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ Backups <cluster/backups>
155155
Manage Cluster <cluster/manage>
156156
Billing <organization/billing>
157157
Access Management <organization/access-management>
158+
Networking & Connectivity <reference/networking>
158159
API <organization/api>
159160
How Tos <howtos/index>
160161
Croud CLI <tutorials/deploy/croud>

docs/reference/networking.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
(networking)=
2+
3+
# Networking & Connectivity
4+
5+
## CrateDB Cloud IP Addresses
6+
7+
This page provides the outbound IP addresses used by CrateDB Cloud across
8+
different regions and cloud providers. These IPs should be allowlisted if you
9+
use external services that require network access from CrateDB Cloud,
10+
such as:
11+
12+
- **Import Jobs** (when pulling data from external sources)
13+
- **Managed Integrations** (e.g., MongoDB CDC)
14+
- **COPY FROM/TO** (e.g., AWS S3, Azure Blob Storage, Google Cloud Storage)
15+
- **Snapshot Repositories** (for backups to object storage)
16+
- **Foreign Data Wrappers** (when connecting to external databases via FDW)
17+
18+
### **Outbound IP Addresses**
19+
20+
:::{caution}
21+
CrateDB Cloud **may update outbound IPs periodically** as infrastructure evolves.
22+
:::
23+
24+
| **Cloud Provider** | **Region** | **Outbound IP(s)** |
25+
|-------------------|------------------|-----------------------------------------|
26+
| **Azure** | West Europe (aks1.westeurope) | `51.105.153.175/32`, `108.142.34.5/32` |
27+
| **Azure** | East US 2 (aks1.eastus2) | `52.184.241.228/32`, `52.254.31.90/32` |
28+
| **AWS** | EU West 1 (eu-west-1) | `34.255.75.224` |
29+
| **AWS** | US East 1 (us-east-1) | `54.197.229.58` |
30+
| **AWS** | US West 2 (us-west-2) | `54.189.16.20` |
31+
| **GCP** | US Central 1 (us-central1) | `34.69.134.49` |
32+
33+

0 commit comments

Comments
 (0)