File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed
Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -155,6 +155,7 @@ Backups <cluster/backups>
155155Manage Cluster <cluster/manage>
156156Billing <organization/billing>
157157Access Management <organization/access-management>
158+ Networking & Connectivity <reference/networking>
158159API <organization/api>
159160How Tos <howtos/index>
160161Croud CLI <tutorials/deploy/croud>
Original file line number Diff line number Diff line change 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+
You can’t perform that action at this time.
0 commit comments