Skip to content

Commit 7250e21

Browse files
committed
docs(clickpipes): Add new regions and clarify IP whitelisting logic
This commit adds new ClickPipes deployment regions (`ap-south-1`, `ap-southeast-2`, `us-west-2`) and updates the static IP address list. The documentation is restructured to clarify the IP whitelisting requirements based on the service's creation date: - Services in the new regions created on or after June 24/25, 2025, should use the new region-specific IPs. - Older services in these regions must continue using the `us-east-1` IPs. - The fallback logic for other regions is also clarified.
1 parent 11d58d2 commit 7250e21

File tree

1 file changed

+17
-13
lines changed
  • docs/integrations/data-ingestion/clickpipes

1 file changed

+17
-13
lines changed

docs/integrations/data-ingestion/clickpipes/index.md

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -54,19 +54,23 @@ More connectors will get added to ClickPipes, you can find out more by [contacti
5454

5555
## List of Static IPs {#list-of-static-ips}
5656

57-
The following are the static NAT IPs (separated by region) that ClickPipes uses to connect to your external services.
58-
Add your related instance region IPs to your IP allow list to allow traffic.
59-
If your instance region is not listed here, it will fall to the default region:
60-
61-
- **eu-central-1** for EU regions
62-
- **us-east-1** for instances in `us-east-1`
63-
- **us-east-2** for other all regions
64-
65-
| ClickHouse Cloud region | IP Addresses |
66-
|-------------------------|--------------|
67-
| **eu-central-1** | `18.195.233.217`, `3.127.86.90`, `35.157.23.2`, `18.197.167.47`, `3.122.25.29`, `52.28.148.40` |
68-
| **us-east-2** | `3.131.130.196`, `3.23.172.68`, `3.20.208.150`, `3.132.20.192`, `18.119.76.110`, `3.134.185.180` |
69-
| **us-east-1** | `54.82.38.199`, `3.90.133.29`, `52.5.177.8`, `3.227.227.145`, `3.216.6.184`, `54.84.202.92`, `3.131.130.196`, `3.23.172.68`, `3.20.208.150` |
57+
The following are the static NAT IPs (separated by region) that ClickPipes uses to connect to your external services. Add your related instance region IPs to your IP allow list to allow traffic.
58+
59+
For services created in `ap-south-1`, `ap-southeast-2`, and `us-west-2` **on or after 24 Jun 2025**, ClickPipes will be deployed in the same region, and you should use the region-specific IPs from the table below. For services created in these regions **before** this date, please use the IPs for `us-east-1`.
60+
61+
For all other services, ClickPipes traffic will originate from a default region based on your service's location:
62+
- **eu-central-1**: For all services in EU regions.
63+
- **us-east-1**: For all services in `us-east-1`.
64+
- **us-east-2**: For all other regions not explicitly listed.
65+
66+
| ClickHouse Cloud region | IP Addresses |
67+
| ---------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
68+
| **eu-central-1** | `18.195.233.217`, `3.127.86.90`, `35.157.23.2`, `18.197.167.47`, `3.122.25.29`, `52.28.148.40` |
69+
| **us-east-1** | `54.82.38.199`, `3.90.133.29`, `52.5.177.8`, `3.227.227.145`, `3.216.6.184`, `54.84.202.92`, `3.131.130.196`, `3.23.172.68`, `3.20.208.150` |
70+
| **us-east-2** | `3.131.130.196`, `3.23.172.68`, `3.20.208.150`, `3.132.20.192`, `18.119.76.110`, `3.134.185.180` |
71+
| **ap-south-1** (from 24 Jun 2025) | `13.203.140.189`, `13.232.213.12`, `13.235.145.208`, `35.154.167.40`, `65.0.39.245`, `65.1.225.89` |
72+
| **ap-southeast-2** (from 25 Jun 2025) | `3.106.48.103`, `52.62.168.142`, `13.55.113.162`, `3.24.61.148`, `54.206.77.184`, `54.79.253.17` |
73+
| **us-west-2** (from 25 Jun 2025) | `52.42.100.5`, `44.242.47.162`, `52.40.44.52`, `44.227.206.163`, `44.246.241.23`, `35.83.230.19` |
7074

7175
## Adjusting ClickHouse settings {#adjusting-clickhouse-settings}
7276
ClickHouse Cloud provides sensible defaults for most of the use cases. However, if you need to adjust some ClickHouse settings for the ClickPipes destination tables, a dedicated role for ClickPipes is the most flexible solution.

0 commit comments

Comments
 (0)