When you use Data Transmission Service (DTS), you must add the DTS server IP address ranges to the security settings of your source or destination database if that database has a firewall or IP whitelist enabled. This applies especially to on-premises data centers, databases hosted by other cloud providers, or self-managed ECS databases with strict security controls. Adding these IP addresses grants DTS permission to access your database. This ensures that DTS tasks can connect to your source or destination database and run successfully.
DTS behavior depends on the Access Method you select:
-
Automatic addition: When your source or destination database is an Alibaba Cloud database such as ApsaraDB RDS, PolarDB, or MongoDB, and the Access Method is set to Alibaba Cloud Instance, DTS automatically adds its required IP address ranges to the database's IP whitelist. You do not need to perform this step manually.
-
Manual addition: When your database connects using Public IP Address, Express Connect, VPN Gateway, or Smart Access Gateway, or Cloud Enterprise Network (CEN), you must manually add the DTS server IP address ranges to your database's security settings.
Important notes
-
Source of IP lists: The IP address ranges shown in the authorization pop-up window during task configuration in the console may be delayed. Use the IP address ranges listed in this topic instead.
-
IP address changes: DTS server IP address ranges may change. Update them promptly when you first use DTS or after receiving a notification about DTS whitelist expansion. Also, review and update them regularly.
-
Cloud Enterprise Network (CEN): Update the access to cloud services configuration in your CEN instance.
-
Express Connect, VPN Gateway, or Smart Access Gateway: Update the Local CIDR Block in the IPsec-VPN connection.
-
On-premises database: Update your database's security settings.
-
-
Complete IP list addition: Confirm that you have added all required IP address ranges for the region where your DTS task runs. DTS service nodes may switch due to disaster recovery. An incomplete IP list may cause task interruptions after a switch.
NoteIf your database uses cluster deployment (such as Kafka, Redis, or Doris), ensure that you add the DTS IP whitelist to the security settings of every server in the cluster.
-
Automatically created whitelists: Do not use whitelists automatically created by DTS (names usually contain
dtsorDTS) for non-DTS business. DTS may repurpose these whitelists at any time. Doing so may interrupt your business. -
Security risks:
-
Adding DTS public IP address ranges—either automatically or manually—may introduce security risks. Using this service means you understand these risks and agree to implement basic security protections. These include strengthening account password strength, limiting open ports per CIDR block, requiring authentication for internal API communications, and regularly reviewing and restricting unnecessary CIDR blocks. Alternatively, use private network connections such as Express Connect, VPN Gateway, or Smart Access Gateway.
-
After your DTS task ends or is released, remove the DTS IP address ranges from your database's security settings to protect your database.
-
-
Risk notice for 100.0.0.0/8 CIDR block routing changes: The 100.104.0.0/16 CIDR block is an Alibaba Cloud service CIDR block and the default communication range between DTS and your database. Avoid routing the 100.104.0.0/16 subnet from your VPC to other locations. For example, do not configure your VPC route table to send traffic destined for 100.104.0.0/16 to a VPN, Express Connect circuit, VPC peering connection, CEN, or any custom tunnel. Doing so will break the DTS-to-database connection and affect your data sync, migration, and change tracking tasks.
Step 1: Confirm your connection type
Use the following table to identify your scenario and required action. If your connection method does not require manual configuration (except in special cases) or does not require adding DTS IP addresses, go directly to What to do next.
|
Connection type |
Scenarios |
Manual configuration required? |
Description |
|
Alibaba Cloud Instance |
Alibaba Cloud databases such as ApsaraDB RDS, PolarDB, and MongoDB. |
No (except in special cases) |
The system automatically adds DTS IPs to your database's IP whitelist. Exceptions: MaxCompute and OceanBase require manual configuration. Cross-border or cross-region migration tasks also require manual steps.
|
|
Self-managed Database on ECS |
A database deployed on an Alibaba Cloud ECS instance. |
No (except for clusters) |
The system automatically adds DTS IPs to the ECS security group. Exception: If your database (such as Kafka, Redis, or Doris) uses cluster deployment across multiple ECS instances, DTS only configures the security group for the first node it connects to. In this case, you must manually add the remaining ECS instances to the security group created by DTS. |
|
Public IP Address |
|
Yes |
You must manually add the DTS service IP address ranges for the relevant region to your database's security settings. |
|
Express Connect, VPN Gateway, or Smart Access Gateway |
On-premises data center database connected via Express Connect circuit or VPN. |
||
|
Cloud Enterprise Network (CEN) |
On-premises data center database connected via Cloud Enterprise Network (CEN). |
||
|
Database Gateway |
Database connected through Database Gateway (DG). |
Yes (configure gateway IP) |
This differs from other methods. You do not need to add DTS service IP address ranges. Instead, add the IP addresses of all Gateway node ID from your Database Gateway (DG) to your database's security settings. |
Step 2: Identify the region for which you need to add IP addresses
Based on your task type and database location, use the following table to determine which database needs the DTS server IP address ranges for which region.
|
Task type |
Database to add whitelist to |
Region of DTS server IP addresses |
|
Source database |
Region of source and destination databases |
|
|
Destination database |
Region of destination database |
|
|
Source database |
Region of destination database |
|
|
Destination database |
Region of destination database |
|
|
Source database |
Region of source database |
|
|
Data validation (standalone task) |
Source database |
Region of destination database |
|
Destination database |
Region of destination database |
|
|
Source database |
Region of destination database |
|
|
Destination database |
Region of destination database |
For example, when preparing to migrate a self-managed MySQL database to an RDS MySQL instance, if you use the Public IP Address as the connection type, you must add the DTS server public IP address range for the region of the destination database (RDS MySQL instance) to the source database (self-managed MySQL).
Step 3: Add IP addresses
(Automatic configuration) Cloud instance / Self-managed database on ECS
Scenarios
-
Alibaba Cloud Instance: Alibaba Cloud databases such as ApsaraDB RDS and PolarDB (excluding MaxCompute, OceanBase, and cross-border or cross-region migration tasks).
-
Self-managed Database on ECS: Single-node self-managed databases.
Configuration details
You can let DTS automatically configure your IP whitelist or security group when connecting. For more information, see Names of whitelists automatically added by DTS below.
-
Alibaba Cloud Instance: DTS creates whitelists with fixed naming formats based on the product.
-
Self-managed Database on ECS: DTS automatically creates a security group named
SG-DTS-GROUP-xxxxand applies it to your ECS instance.
Special cases
-
Cluster deployment: If your database (such as Kafka, Redis, or Doris) is deployed across multiple ECS instances, DTS only configures the security group for the first node it connects to. Manually add the remaining ECS instances to the
SG-DTS-GROUP-xxxxsecurity group created by DTS. -
MaxCompute, OceanBase, and cross-border or cross-region migration tasks:
-
MaxCompute: Configure the IP whitelist to allow all Alibaba Cloud services to access MaxCompute.
-
OceanBase: Configure the IP whitelist group using the Express Connect, VPN Gateway, or Smart Access Gateway values from the Appendix: DTS server IP address ranges table. See Configure IP whitelist groups.
-
Cross-border or cross-region migration task: The source database must have a public endpoint enabled, and you must also add the Public IP Address of the region where the destination database resides.
-
Public IP address
Scenarios
-
Self-managed database in an on-premises data center.
-
Database hosted by another cloud provider.
-
Any database exposed via public IP address.
Configuration steps
If your database's Access Method is Public IP Address, add the DTS server IP address ranges for both the source and destination database regions to your database instance's security settings.
-
Obtain the IP address segments: In the IP address segments of DTS servers table, retrieve the public IP address segments for the region identified in Step 2.
-
Configure firewall or IP whitelist: Add the retrieved IP address ranges to your database server's firewall or your cloud provider's security group policy. Only open the database service port (such as port 3306 for MySQL).
Security recommendations
-
Least privilege principle: Open only the necessary database ports for DTS IP ranges. Do not open
0.0.0.0/0. -
Strong authentication: Use a dedicated database account with least privilege and a strong password for DTS.
-
Encrypted transmission: Enable and enforce SSL encryption for your database connections whenever possible.
Express Connect circuit/VPN Gateway/Smart Access Gateway/Cloud Enterprise Network (CEN)
Scenarios
On-premises data center connected to Alibaba Cloud VPC via Express Connect circuit, VPN Gateway, Smart Access Gateway, or Cloud Enterprise Network (CEN).
Configuration steps
-
Retrieve the IP list: Obtain the Alibaba Cloud service address ranges for the region identified in DTS server IP address ranges and Step 2.
-
Configure routing and firewall:
-
Cloud Enterprise Network (CEN): In your CEN instance, configure the retrieved DTS private IP address ranges as cloud services.
-
Express Connect, VPN Gateway, or Smart Access Gateway: Add the retrieved DTS private IP address ranges to the local CIDR block in your IPsec connection.
-
On-premises database: On your on-premises data center firewall, configure a rule to allow traffic from the DTS private IP address ranges to reach your database.
-
After adding IP addresses, check your database instance's configuration to ensure no settings restrict DTS access. Examples include the following configuration file parameters for self-managed databases:
-
MySQL:
bind-address. -
PostgreSQL:
listen_addresses. -
MongoDB:
bindIp. -
Kafka:
listenersandadvertised.listeners. -
Redis:
bind.
What to do next
For security, remove the DTS IP address ranges from your database's IP whitelist or security group after your DTS task is released. You can delete whitelists automatically created by DTS (such as rdsdts) or security groups (such as SG-DTS-GROUP-xxxx) directly.
Appendix: DTS server IP address ranges
-
When your on-premises database connects to DTS using Cloud Enterprise Network (CEN) or Express Connect, VPN Gateway, or Smart Access Gateway, the DTS server IP addresses used are Alibaba Cloud internal CIDR blocks (subnets of
100.64.0.0/10). -
If you do not update your self-managed database's IP whitelist when DTS adds new servers, DTS may fail to connect to your database.
the Chinese mainland
China (Hangzhou)
|
Region ID |
Database connection type |
IP address ranges |
|
cn-hangzhou |
Express Connect, VPN Gateway, or Smart Access Gateway |
100.104.52.0/24,100.104.61.128/26,100.104.244.64/26,100.104.216.192/26,100.104.85.0/26,100.104.221.128/26,100.104.2.0/26,100.104.251.192/26,100.104.159.64/26,100.104.216.128/26,100.104.148.192/26,100.104.239.64/26,100.104.114.0/26,100.104.0.192/26,100.104.201.192/26,100.104.228.0/26,100.104.41.0/26,100.104.203.128/26,100.104.145.128/26,100.104.105.64/26,100.104.91.0/26,100.104.134.128/26,100.104.96.128/26,100.104.74.128/26,100.104.225.128/26,100.104.198.0/26 |
|
Cloud Enterprise Network (CEN) |
||
|
Public IP Address |
110.76.0.128/26,140.205.47.0/26,110.76.2.128/26,110.75.230.192/26,110.76.8.64/26,140.205.41.192/26,203.209.225.192/26,110.75.235.128/26,110.75.230.64/26,110.75.157.192/26,110.76.9.128/26,110.75.186.0/26,203.209.247.192/26,140.205.47.128/26,110.76.9.64/26,110.75.134.192/26,140.205.196.128/26,203.119.159.192/26,106.11.73.192/26,203.209.225.128/26,110.75.130.192/26,110.76.2.64/26,140.205.41.64/26,110.75.190.0/26,110.76.11.64/26,140.205.197.0/26,203.209.247.128/26,140.205.47.64/26,110.76.9.0/26,110.75.235.0/26,110.75.186.64/26,110.76.9.192/26,106.11.76.64/26,110.75.230.0/26,140.205.196.0/26,110.76.11.128/26,110.76.11.192/26,110.76.11.0/26,59.82.47.0/26,47.102.181.128/26,59.82.46.128/26,110.76.0.0/26,110.76.0.64/26,106.11.76.0/26,47.102.234.0/26,47.102.234.64/26,59.82.46.192/26,110.75.235.64/26,110.75.130.128/26,110.75.134.128/26,110.76.8.0/26,110.75.190.64/26,110.75.143.0/26,8.139.112.64/26,8.139.112.128/26,140.205.196.64/26,8.139.99.192/26,8.139.112.0/26,140.205.47.192/26,110.75.230.128/26,110.76.0.192/26,106.11.73.128/26,140.205.196.192/26,110.75.235.192/26,47.102.181.192/26,59.82.46.64/26,110.76.2.0/26,110.76.2.192/26,112.124.239.0/26 |
China (Shanghai)
|
Region ID |
Database connection type |
IP address ranges |
|
cn-shanghai |
Express Connect, VPN Gateway, or Smart Access Gateway |
100.104.205.0/24,100.104.226.128/26,100.104.149.64/26,100.104.241.128/26,100.104.177.128/26,100.104.203.192/26,100.104.113.0/26,100.104.187.0/26,100.104.17.0/26,100.104.33.192/26,100.104.3.192/26,100.104.107.0/26,100.104.29.192/26,100.104.187.192/26,100.104.177.64/26,100.104.93.128/26,100.104.174.64/26,100.104.160.0/26,100.104.147.128/26,100.104.247.192/26,100.104.225.192/26,100.104.158.128/26,100.104.35.64/26 |
|
Cloud Enterprise Network (CEN) |
||
|
Public IP Address |
110.76.0.128/26,140.205.47.0/26,110.76.2.128/26,110.75.230.192/26,110.76.8.64/26,140.205.41.192/26,203.209.225.192/26,110.75.235.128/26,110.75.230.64/26,110.75.157.192/26,110.76.9.128/26,110.75.186.0/26,203.209.247.192/26,140.205.47.128/26,110.76.9.64/26,110.75.134.192/26,140.205.196.128/26,203.119.159.192/26,106.11.73.192/26,203.209.225.128/26,110.75.130.192/26,110.76.2.64/26,140.205.41.64/26,110.75.190.0/26,110.76.11.64/26,140.205.197.0/26,203.209.247.128/26,140.205.47.64/26,110.76.9.0/26,110.75.235.0/26,110.75.186.64/26,110.76.9.192/26,106.11.76.64/26,110.75.230.0/26,140.205.196.0/26,110.76.11.128/26,110.76.11.192/26,110.76.11.0/26,59.82.47.0/26,47.102.181.128/26,59.82.46.128/26,110.76.0.0/26,110.76.0.64/26,106.11.76.0/26,47.102.234.0/26,47.102.234.64/26,59.82.46.192/26,110.75.235.64/26,110.75.130.128/26,110.75.134.128/26,110.76.8.0/26,110.75.190.64/26,110.75.143.0/26,8.139.112.64/26,8.139.112.128/26,140.205.196.64/26,8.139.99.192/26,8.139.112.0/26,140.205.47.192/26,110.75.230.128/26,110.76.0.192/26,106.11.73.128/26,140.205.196.192/26,110.75.235.192/26,47.102.181.192/26,59.82.46.64/26,110.76.2.0/26,110.76.2.192/26,59.82.32.64/26,117.185.224.192/26,59.82.32.192/26,106.11.224.64/26,112.65.93.64/26,59.82.32.128/26,106.11.224.192/26,59.82.32.0/26,117.185.224.64/26,47.103.166.192/26,8.128.64.64/26,47.101.109.64/26,47.101.109.192/26,8.128.66.128/26,8.128.64.128/26,117.185.224.0/26,47.103.170.0/26,106.11.224.0/26,8.128.64.0/26,8.128.64.192/26,8.128.66.192/26,101.91.141.64/26,101.91.141.128/26,47.101.109.0/26,106.11.224.128/26,112.65.93.0/26,8.128.66.64/26,47.103.166.128/26,112.65.93.128/26,101.91.141.0/26,47.101.109.128/26,47.103.166.64/26,140.206.221.64/26,8.128.66.0/26,117.185.224.128/26,101.91.139.192/26,101.133.205.192/26 |
China (Qingdao)
|
Region ID |
Database connection type |
IP address ranges |
|
cn-qingdao |
Express Connect, VPN Gateway, or Smart Access Gateway |
100.104.72.0/24,100.104.35.192/26,100.104.12.0/26,100.104.111.0/26,100.104.100.128/26,100.104.136.192/26,100.104.16.64/26,100.104.78.128/26 |
|
Cloud Enterprise Network (CEN) |
||
|
Public IP Address |
203.119.185.0/24,140.205.47.0/24,110.76.8.64/26,203.119.146.128/26,203.209.225.192/26,140.205.41.192/26,110.75.157.192/26,203.119.147.0/24,110.75.186.0/26,203.209.247.192/26,203.119.240.0/26,203.119.182.192/26,110.75.134.192/26,203.119.159.192/26,106.11.73.192/26,203.209.225.128/26,203.119.184.0/24,110.75.130.192/26,203.119.191.64/26,140.205.41.64/26,110.75.190.0/26,8.149.144.0/24,140.205.197.0/26,203.209.247.128/26,203.119.187.0/24,110.75.235.0/24,110.75.186.64/26,118.190.207.25,110.76.9.0/24,106.11.76.64/26,203.119.146.192/26,115.28.200.55,110.75.230.0/24,203.119.188.0/24,140.205.196.0/24,59.82.47.0/26,47.102.181.128/26,203.119.149.0/24,59.82.46.128/26,203.119.191.128/26,110.76.0.0/24,106.11.185.0/24,106.11.76.0/26,115.28.216.250,203.119.151.0/24,47.102.234.0/26,203.119.190.0/24,47.102.234.64/26,59.82.46.192/26,110.75.130.128/26,110.75.134.128/26,203.119.150.0/24,110.76.8.0/26,120.27.53.203,110.75.190.64/26,110.75.143.0/26,110.76.2.0/24,8.139.112.64/26,106.11.40.64/26,8.139.112.128/26,203.119.189.0/24,118.190.207.194,8.139.99.192/26,203.119.186.0/24,8.139.112.0/26,106.11.184.0/24,120.27.72.0/24,203.119.183.0/24,106.11.73.128/26,203.119.191.0/26,110.76.11.0/24,59.82.46.64/26,47.102.181.192/26,39.98.96.0/24,203.119.148.0/24,110.76.0.128/26,140.205.47.0/26,110.76.2.128/26,110.75.230.192/26,110.75.235.128/26,110.75.230.64/26,110.76.9.128/26,140.205.47.128/26,110.76.9.64/26,140.205.196.128/26,110.76.2.64/26,110.76.11.64/26,140.205.47.64/26,110.76.9.0/26,110.75.235.0/26,110.76.9.192/26,110.75.230.0/26,140.205.196.0/26,110.76.11.128/26,110.76.11.192/26,110.76.11.0/26,110.76.0.0/26,110.76.0.64/26,110.75.235.64/26,140.205.196.64/26,140.205.47.192/26,110.75.230.128/26,110.76.0.192/26,140.205.196.192/26,110.75.235.192/26,110.76.2.0/26,110.76.2.192/26,120.27.72.192/26,120.27.72.128/26,120.27.72.0/26,120.27.72.64/26 |
China (Beijing)
|
Region ID |
Database connection type |
IP address ranges |
|
cn-beijing |
Express Connect, VPN Gateway, or Smart Access Gateway |
100.104.11.64/26,100.104.128.192/26,100.104.143.0/26,100.104.183.0/24,100.104.200.64/26,100.104.201.0/26,100.104.213.64/26,100.104.227.192/26,100.104.232.128/26,100.104.236.128/26,100.104.247.64/26,100.104.84.128/26,100.104.237.64/26,100.104.6.0/26,100.104.9.128/26,100.104.230.64/26,100.104.157.64/26,100.104.104.64/26,100.104.218.64/26,100.104.59.0/26,100.104.93.64/26,100.104.79.0/26,100.104.235.128/26,100.104.17.128/26,100.104.141.64/26,100.104.251.0/26,100.104.200.128/26,100.104.9.0/26 |
|
Cloud Enterprise Network (CEN) |
||
|
Public IP Address |
110.76.0.128/26,140.205.47.0/26,110.76.2.128/26,110.75.230.192/26,110.76.8.64/26,140.205.41.192/26,203.209.225.192/26,110.75.235.128/26,110.75.230.64/26,110.75.157.192/26,110.76.9.128/26,110.75.186.0/26,203.209.247.192/26,140.205.47.128/26,110.76.9.64/26,110.75.134.192/26,140.205.196.128/26,203.119.159.192/26,106.11.73.192/26,203.209.225.128/26,110.75.130.192/26,110.76.2.64/26,140.205.41.64/26,110.75.190.0/26,110.76.11.64/26,140.205.197.0/26,203.209.247.128/26,140.205.47.64/26,110.76.9.0/26,110.75.235.0/26,110.75.186.64/26,110.76.9.192/26,106.11.76.64/26,110.75.230.0/26,140.205.196.0/26,110.76.11.128/26,110.76.11.192/26,110.76.11.0/26,59.82.47.0/26,47.102.181.128/26,59.82.46.128/26,110.76.0.0/26,110.76.0.64/26,106.11.76.0/26,47.102.234.0/26,47.102.234.64/26,59.82.46.192/26,110.75.235.64/26,110.75.130.128/26,110.75.134.128/26,110.76.8.0/26,110.75.190.64/26,110.75.143.0/26,8.139.112.64/26,8.139.112.128/26,140.205.196.64/26,8.139.99.192/26,8.139.112.0/26,140.205.47.192/26,110.75.230.128/26,110.76.0.192/26,106.11.73.128/26,140.205.196.192/26,110.75.235.192/26,47.102.181.192/26,59.82.46.64/26,110.76.2.0/26,110.76.2.192/26,39.156.175.0/26,112.126.111.128/26,39.107.7.64/26,39.107.7.0/26,182.92.137.64/26,49.7.153.192/26,49.7.152.192/26,182.92.137.128/26,49.7.152.0/26,112.126.112.0/26,39.107.223.192/26,49.7.152.64/26,114.250.62.192/26,111.206.225.128/26,114.250.54.64/26,49.7.152.128/26,112.126.112.64/26,49.7.153.128/26,111.13.119.192/26,111.206.225.64/26,39.107.223.128/26,114.250.54.0/26,114.250.62.128/26,182.92.17.192/26,114.250.62.0/26,111.13.22.64/26,111.13.246.192/26,49.7.153.0/26,182.92.32.192/26,39.156.175.128/26,182.92.137.0/26,49.7.153.64/26,39.107.223.0/26,39.156.175.64/26,182.92.17.128/26,101.200.20.0/26,182.92.137.192/26,112.126.111.192/26,39.156.175.192/26,114.250.62.64/26,111.13.119.128/26,39.107.223.64/26,182.92.32.128/26,101.200.116.192/26,47.95.35.136,39.102.181.128/26,8.131.132.0/26 |
China (Zhangjiakou)
|
Region ID |
Database connection type |
IP address ranges |
|
cn-zhangjiakou |
Express Connect, VPN Gateway, or Smart Access Gateway |
100.104.144.128/26,100.104.175.0/24,100.104.180.192/26,100.104.249.0/26,100.104.32.64/26,100.104.52.0/26,100.104.84.128/26,100.104.133.128/26,100.104.211.192/26,100.104.196.192/26,100.104.13.128/26,100.104.75.64/26,100.104.174.192/26,100.104.195.64/26,100.104.106.128/26,100.104.76.64/26,100.104.18.128/26,100.104.237.128/26 |
|
Cloud Enterprise Network (CEN) |
||
|
Public IP Address |
110.76.0.128/26,140.205.47.0/26,110.76.2.128/26,110.75.230.192/26,110.76.8.64/26,140.205.41.192/26,203.209.225.192/26,110.75.235.128/26,110.75.230.64/26,110.75.157.192/26,110.76.9.128/26,110.75.186.0/26,203.209.247.192/26,140.205.47.128/26,110.76.9.64/26,110.75.134.192/26,140.205.196.128/26,203.119.159.192/26,106.11.73.192/26,203.209.225.128/26,110.75.130.192/26,110.76.2.64/26,140.205.41.64/26,110.75.190.0/26,110.76.11.64/26,140.205.197.0/26,203.209.247.128/26,140.205.47.64/26,110.76.9.0/26,110.75.235.0/26,110.75.186.64/26,110.76.9.192/26,106.11.76.64/26,110.75.230.0/26,140.205.196.0/26,110.76.11.128/26,110.76.11.192/26,110.76.11.0/26,59.82.47.0/26,47.102.181.128/26,59.82.46.128/26,110.76.0.0/26,110.76.0.64/26,106.11.76.0/26,47.102.234.0/26,47.102.234.64/26,59.82.46.192/26,110.75.235.64/26,110.75.130.128/26,110.75.134.128/26,110.76.8.0/26,110.75.190.64/26,110.75.143.0/26,8.139.112.64/26,8.139.112.128/26,140.205.196.64/26,8.139.99.192/26,8.139.112.0/26,140.205.47.192/26,110.75.230.128/26,110.76.0.192/26,106.11.73.128/26,140.205.196.192/26,110.75.235.192/26,47.102.181.192/26,59.82.46.64/26,110.76.2.0/26,110.76.2.192/26,39.101.252.128/26 |
China (Hohhot)
|
Region ID |
Database connection type |
IP address ranges |
|
cn-huhehaote |
Express Connect, VPN Gateway, or Smart Access Gateway |
100.104.72.0/24,100.104.145.64/26,100.104.132.64/26,100.104.177.192/26,100.104.12.0/26,100.104.37.128/26,100.104.218.128/26,100.104.250.0/26,100.104.122.128/26,100.104.158.192/26 |
|
Cloud Enterprise Network (CEN) |
||
|
Public IP Address |
39.102.199.64/26,39.104.72.87,39.104.78.173,39.104.62.152,39.99.77.64/26,39.102.199.128/26,39.104.199.192/26,39.104.79.122,39.102.224.0/26,39.99.77.0/26,39.104.220.0/24,39.104.86.0,39.102.199.192/26,39.99.77.128/26 |
China (Ulanqab)
|
Region ID |
Database connection type |
IP address ranges |
|
cn-wulanchabu |
Express Connect, VPN Gateway, or Smart Access Gateway |
100.104.182.128/26,100.104.100.128/26,100.104.136.192/26,100.104.16.64/26,100.104.78.128/26,100.104.205.192/26,100.104.152.128/26,100.104.199.192/26,100.104.120.0/26,100.104.37.64/26 |
|
Cloud Enterprise Network (CEN) |
||
|
Public IP Address |
140.205.47.0/24,8.130.69.168,110.76.8.64/26,203.209.225.192/26,140.205.41.192/26,39.101.5.0/26,110.75.157.192/26,110.75.186.0/26,203.209.247.192/26,110.75.134.192/26,8.130.69.173,39.101.0.192/26,203.119.159.192/26,106.11.73.192/26,203.209.225.128/26,110.75.130.192/26,140.205.41.64/26,110.75.190.0/26,8.149.144.0/24,140.205.197.0/26,203.209.247.128/26,110.75.235.0/24,110.75.186.64/26,110.76.9.0/24,106.11.76.64/26,110.75.230.0/24,59.82.126.0/24,8.130.121.252,39.101.7.0/24,140.205.196.0/24,59.82.47.0/26,47.102.181.128/26,59.82.46.128/26,110.76.0.0/24,106.11.76.0/26,47.102.234.0/26,47.102.234.64/26,59.82.46.192/26,110.75.130.128/26,110.75.134.128/26,110.76.8.0/26,110.75.190.64/26,121.89.103.128/26,110.75.143.0/26,110.76.2.0/24,8.139.112.64/26,8.139.112.128/26,8.139.99.192/26,121.89.103.192/26,8.139.112.0/26,39.101.0.64/26,39.101.0.128/26,121.89.103.64/26,106.11.73.128/26,121.89.104.0/26,110.76.11.0/24,59.82.46.64/26,47.102.181.192/26,8.130.48.34,8.130.122.110,110.76.0.128/26,140.205.47.0/26,110.76.2.128/26,110.75.230.192/26,110.75.235.128/26,110.75.230.64/26,110.76.9.128/26,140.205.47.128/26,110.76.9.64/26,140.205.196.128/26,110.76.2.64/26,110.76.11.64/26,140.205.47.64/26,110.76.9.0/26,110.75.235.0/26,110.76.9.192/26,110.75.230.0/26,140.205.196.0/26,110.76.11.128/26,110.76.11.192/26,110.76.11.0/26,110.76.0.0/26,110.76.0.64/26,110.75.235.64/26,140.205.196.64/26,140.205.47.192/26,110.75.230.128/26,110.76.0.192/26,140.205.196.192/26,110.75.235.192/26,110.76.2.0/26,110.76.2.192/26 |
China (Shenzhen)
|
Region ID |
Database connection type |
IP address ranges |
|
cn-shenzhen |
Express Connect, VPN Gateway, or Smart Access Gateway |
100.104.75.64/26,100.104.235.192/26,100.104.205.0/24,100.104.41.64/26,100.104.171.128/26,100.104.161.192/26,100.104.172.192/26,100.104.168.0/26,100.104.160.128/26,100.104.179.128/26,100.104.98.192/26,100.104.168.128/26,100.104.247.64/26,100.104.17.64/26,100.104.87.0/26,100.104.105.128/26,100.104.114.192/26,100.104.213.64/26 |
|
Cloud Enterprise Network (CEN) |
||
|
Public IP Address |
110.76.0.128/26,140.205.47.0/26,110.76.2.128/26,110.75.230.192/26,110.76.8.64/26,140.205.41.192/26,203.209.225.192/26,110.75.235.128/26,110.75.230.64/26,110.75.157.192/26,110.76.9.128/26,110.75.186.0/26,203.209.247.192/26,140.205.47.128/26,110.76.9.64/26,110.75.134.192/26,140.205.196.128/26,203.119.159.192/26,106.11.73.192/26,203.209.225.128/26,110.75.130.192/26,110.76.2.64/26,140.205.41.64/26,110.75.190.0/26,110.76.11.64/26,140.205.197.0/26,203.209.247.128/26,140.205.47.64/26,110.76.9.0/26,110.75.235.0/26,110.75.186.64/26,110.76.9.192/26,106.11.76.64/26,110.75.230.0/26,140.205.196.0/26,110.76.11.128/26,110.76.11.192/26,110.76.11.0/26,59.82.47.0/26,47.102.181.128/26,59.82.46.128/26,110.76.0.0/26,110.76.0.64/26,106.11.76.0/26,47.102.234.0/26,47.102.234.64/26,59.82.46.192/26,110.75.235.64/26,110.75.130.128/26,110.75.134.128/26,110.76.8.0/26,110.75.190.64/26,110.75.143.0/26,8.139.112.64/26,8.139.112.128/26,140.205.196.64/26,8.139.99.192/26,8.139.112.0/26,140.205.47.192/26,110.75.230.128/26,110.76.0.192/26,106.11.73.128/26,140.205.196.192/26,110.75.235.192/26,47.102.181.192/26,59.82.46.64/26,110.76.2.0/26,110.76.2.192/26,120.24.136.0/26,119.23.166.64/26,8.129.151.192/26,47.121.45.0/26,47.112.83.192/26,47.106.63.192/26,47.112.84.64/26,8.129.151.0/26,47.112.84.0/26,47.106.63.0/26,8.129.151.128/26,47.106.63.64/26,47.112.84.128/26,47.120.229.128/26,8.129.151.64/26,47.106.63.128/26,47.113.76.192/26 |
China (Heyuan)
|
Region ID |
Database connection type |
IP address ranges |
|
cn-heyuan |
Express Connect, VPN Gateway, or Smart Access Gateway |
100.104.147.192/26,100.104.76.192/26,100.104.246.192/26,100.104.106.192/26,100.104.210.128/26,100.104.48.128/26 |
|
Cloud Enterprise Network (CEN) |
||
|
Public IP Address |
110.76.0.128/26,140.205.47.0/26,110.76.2.128/26,110.75.230.192/26,110.76.8.64/26,140.205.41.192/26,203.209.225.192/26,110.75.235.128/26,110.75.230.64/26,110.75.157.192/26,110.76.9.128/26,110.75.186.0/26,203.209.247.192/26,140.205.47.128/26,110.76.9.64/26,110.75.134.192/26,140.205.196.128/26,203.119.159.192/26,106.11.73.192/26,203.209.225.128/26,110.75.130.192/26,110.76.2.64/26,140.205.41.64/26,110.75.190.0/26,110.76.11.64/26,140.205.197.0/26,203.209.247.128/26,140.205.47.64/26,110.76.9.0/26,110.75.235.0/26,110.75.186.64/26,110.76.9.192/26,106.11.76.64/26,110.75.230.0/26,140.205.196.0/26,110.76.11.128/26,110.76.11.192/26,110.76.11.0/26,59.82.47.0/26,47.102.181.128/26,59.82.46.128/26,110.76.0.0/26,110.76.0.64/26,106.11.76.0/26,47.102.234.0/26,47.102.234.64/26,59.82.46.192/26,110.75.235.64/26,110.75.130.128/26,110.75.134.128/26,110.76.8.0/26,110.75.190.64/26,110.75.143.0/26,8.139.112.64/26,8.139.112.128/26,140.205.196.64/26,8.139.99.192/26,8.139.112.0/26,140.205.47.192/26,110.75.230.128/26,110.76.0.192/26,106.11.73.128/26,140.205.196.192/26,110.75.235.192/26,47.102.181.192/26,59.82.46.64/26,110.76.2.0/26,110.76.2.192/26,47.113.157.64/26,47.113.157.192/26,47.113.157.128/26,47.113.158.0/26 |
China (Guangzhou)
|
Region ID |
Database connection type |
IP address ranges |
|
cn-guangzhou |
Express Connect, VPN Gateway, or Smart Access Gateway |
100.104.132.64/26,100.104.240.128/26,100.104.122.128/26,100.104.233.0/26,100.104.166.64/26,100.104.100.128/26,100.104.136.192/26,100.104.16.64/26,100.104.11.64/26 |
|
Cloud Enterprise Network (CEN) |
||
|
Public IP Address |
110.76.0.128/26,140.205.47.0/26,110.76.2.128/26,110.75.230.192/26,110.76.8.64/26,140.205.41.192/26,203.209.225.192/26,110.75.235.128/26,110.75.230.64/26,110.75.157.192/26,110.76.9.128/26,110.75.186.0/26,203.209.247.192/26,140.205.47.128/26,110.76.9.64/26,110.75.134.192/26,140.205.196.128/26,203.119.159.192/26,106.11.73.192/26,203.209.225.128/26,110.75.130.192/26,110.76.2.64/26,140.205.41.64/26,110.75.190.0/26,110.76.11.64/26,140.205.197.0/26,203.209.247.128/26,140.205.47.64/26,110.76.9.0/26,110.75.235.0/26,110.75.186.64/26,110.76.9.192/26,106.11.76.64/26,110.75.230.0/26,140.205.196.0/26,110.76.11.128/26,110.76.11.192/26,110.76.11.0/26,59.82.47.0/26,47.102.181.128/26,59.82.46.128/26,110.76.0.0/26,110.76.0.64/26,106.11.76.0/26,47.102.234.0/26,47.102.234.64/26,59.82.46.192/26,110.75.235.64/26,110.75.130.128/26,110.75.134.128/26,110.76.8.0/26,110.75.190.64/26,110.75.143.0/26,8.139.112.64/26,8.139.112.128/26,140.205.196.64/26,8.139.99.192/26,8.139.112.0/26,140.205.47.192/26,110.75.230.128/26,110.76.0.192/26,106.11.73.128/26,140.205.196.192/26,110.75.235.192/26,47.102.181.192/26,59.82.46.64/26,110.76.2.0/26,110.76.2.192/26,8.134.0.64/26,8.134.0.128/26,8.134.0.192/26,8.134.5.0/26,8.134.79.141,8.134.79.143 |
China Central 1 (Wuhan)
|
Region ID |
Database connection type |
IP address ranges |
|
cn-wuhan-lr |
Express Connect, VPN Gateway, or Smart Access Gateway |
100.104.182.128/26,100.104.127.0/26,100.104.48.128/26,100.104.69.0/26,100.104.87.192/26,100.104.145.64/26 |
|
Cloud Enterprise Network (CEN) |
||
|
Public IP Address |
110.76.0.128/26,140.205.47.0/26,110.76.2.128/26,110.75.230.192/26,110.76.8.64/26,140.205.41.192/26,203.209.225.192/26,110.75.235.128/26,110.75.230.64/26,110.75.157.192/26,110.76.9.128/26,110.75.186.0/26,203.209.247.192/26,140.205.47.128/26,110.76.9.64/26,110.75.134.192/26,140.205.196.128/26,203.119.159.192/26,106.11.73.192/26,203.209.225.128/26,110.75.130.192/26,110.76.2.64/26,140.205.41.64/26,110.75.190.0/26,110.76.11.64/26,140.205.197.0/26,203.209.247.128/26,140.205.47.64/26,110.76.9.0/26,110.75.235.0/26,110.75.186.64/26,110.76.9.192/26,106.11.76.64/26,110.75.230.0/26,140.205.196.0/26,110.76.11.128/26,110.76.11.192/26,110.76.11.0/26,59.82.47.0/26,47.102.181.128/26,59.82.46.128/26,110.76.0.0/26,110.76.0.64/26,106.11.76.0/26,47.102.234.0/26,47.102.234.64/26,59.82.46.192/26,110.75.235.64/26,110.75.130.128/26,110.75.134.128/26,110.76.8.0/26,110.75.190.64/26,110.75.143.0/26,8.139.112.64/26,8.139.112.128/26,140.205.196.64/26,8.139.99.192/26,8.139.112.0/26,140.205.47.192/26,110.75.230.128/26,110.76.0.192/26,106.11.73.128/26,140.205.196.192/26,110.75.235.192/26,47.102.181.192/26,59.82.46.64/26,110.76.2.0/26,110.76.2.192/26,8.148.11.160,8.148.12.15,8.148.11.99,8.148.10.43,8.148.10.61 |
China (Chengdu)
|
Region ID |
Database connection type |
IP address ranges |
|
cn-chengdu |
Express Connect, VPN Gateway, or Smart Access Gateway |
100.104.76.192/26,100.104.145.64/26,100.104.235.192/26,100.104.127.0/26,100.104.166.64/26,100.104.100.128/26,100.104.136.192/26,100.104.16.64/26,100.104.149.128/26,100.104.177.0/26,100.104.120.192/26 |
|
Cloud Enterprise Network (CEN) |
||
|
Public IP Address |
110.76.0.128/26,140.205.47.0/26,110.76.2.128/26,110.75.230.192/26,110.76.8.64/26,140.205.41.192/26,203.209.225.192/26,110.75.235.128/26,110.75.230.64/26,110.75.157.192/26,110.76.9.128/26,110.75.186.0/26,203.209.247.192/26,140.205.47.128/26,110.76.9.64/26,110.75.134.192/26,140.205.196.128/26,203.119.159.192/26,106.11.73.192/26,203.209.225.128/26,110.75.130.192/26,110.76.2.64/26,140.205.41.64/26,110.75.190.0/26,110.76.11.64/26,140.205.197.0/26,203.209.247.128/26,140.205.47.64/26,110.76.9.0/26,110.75.235.0/26,110.75.186.64/26,110.76.9.192/26,106.11.76.64/26,110.75.230.0/26,140.205.196.0/26,110.76.11.128/26,110.76.11.192/26,110.76.11.0/26,59.82.47.0/26,47.102.181.128/26,59.82.46.128/26,110.76.0.0/26,110.76.0.64/26,106.11.76.0/26,47.102.234.0/26,47.102.234.64/26,59.82.46.192/26,110.75.235.64/26,110.75.130.128/26,110.75.134.128/26,110.76.8.0/26,110.75.190.64/26,110.75.143.0/26,8.139.112.64/26,8.139.112.128/26,140.205.196.64/26,8.139.99.192/26,8.139.112.0/26,140.205.47.192/26,110.75.230.128/26,110.76.0.192/26,106.11.73.128/26,140.205.196.192/26,110.75.235.192/26,47.102.181.192/26,59.82.46.64/26,110.76.2.0/26,110.76.2.192/26,47.108.45.192/26,8.137.26.64/26,47.108.47.0/26,8.137.29.0/26,47.108.47.64/26,8.137.26.128/26,47.108.45.128/26,8.137.26.192/26,47.109.5.0/26,8.128.98.128/26,8.128.97.192/26,8.128.97.128/26,8.128.97.64/26,47.108.32.128/26,8.128.98.64/26,47.108.32.0/26,8.128.98.192/26,8.128.98.0/26,47.108.32.192/26,8.128.97.0/26,47.108.33.0/26 |
other regions
China (Hong Kong)
|
Region ID |
Database connection type |
IP address ranges |
|
cn-hongkong |
Express Connect, VPN Gateway, or Smart Access Gateway |
100.104.233.0/24,100.104.177.192/26,100.104.158.192/26,100.104.180.192/26,100.104.120.0/26,100.104.2.64/26,100.104.242.64/26,100.104.187.64/26,100.104.169.0/26,100.104.37.0/26,100.104.6.128/26,100.104.142.192/26,100.104.144.128/26 |
|
Cloud Enterprise Network (CEN) |
||
|
Public IP Address |
140.205.47.0/24,110.76.8.64/26,47.240.180.192/26,203.209.225.192/26,140.205.41.192/26,110.75.157.192/26,110.75.186.0/26,203.209.247.192/26,110.75.134.192/26,203.119.159.192/26,106.11.73.192/26,203.209.225.128/26,47.240.211.0/26,110.75.130.192/26,140.205.41.64/26,110.75.190.0/26,8.149.144.0/24,47.90.37.175,140.205.197.0/26,203.209.247.128/26,110.75.235.0/24,110.75.186.64/26,110.76.9.0/24,106.11.76.64/26,110.75.230.0/24,47.240.210.192/26,140.205.196.0/24,59.82.47.0/26,47.243.0.32/28,47.102.181.128/26,59.82.46.128/26,110.76.0.0/24,106.11.76.0/26,47.89.39.119,47.102.234.0/26,47.90.38.29,47.102.234.64/26,59.82.46.192/26,110.75.130.128/26,110.75.134.128/26,110.76.8.0/26,110.75.190.64/26,110.75.143.0/26,110.76.2.0/24,8.139.112.64/26,8.139.112.128/26,47.240.195.0/26,8.139.99.192/26,8.139.112.0/26,47.240.195.128/26,106.11.73.128/26,110.76.11.0/24,59.82.46.64/26,47.102.181.192/26,47.90.24.64/26,47.240.195.64/26,47.240.210.64/26,47.240.210.128/26,110.76.0.128/26,140.205.47.0/26,110.76.2.128/26,110.75.230.192/26,110.75.235.128/26,110.75.230.64/26,110.76.9.128/26,140.205.47.128/26,110.76.9.64/26,140.205.196.128/26,110.76.2.64/26,110.76.11.64/26,140.205.47.64/26,110.76.9.0/26,110.75.235.0/26,110.76.9.192/26,110.75.230.0/26,140.205.196.0/26,110.76.11.128/26,110.76.11.192/26,110.76.11.0/26,110.76.0.0/26,110.76.0.64/26,110.75.235.64/26,140.205.196.64/26,140.205.47.192/26,110.75.230.128/26,110.76.0.192/26,140.205.196.192/26,110.75.235.192/26,110.76.2.0/26,110.76.2.192/26 |
Singapore
|
Region ID |
Database connection type |
IP address ranges |
|
ap-southeast-1 |
Express Connect, VPN Gateway, or Smart Access Gateway |
100.104.188.0/24,100.104.207.128/26,100.104.12.0/26,100.104.179.64/26,100.104.41.64/26,100.104.59.64/26,100.104.91.64/26,100.104.111.64/26,100.104.44.0/26,100.104.238.64/26 |
|
Cloud Enterprise Network (CEN) |
||
|
Public IP Address |
161.117.146.192/26,161.117.164.64/26,161.117.164.0/26,161.117.172.0/28,161.117.146.128/26,47.102.181.128/26,47.102.181.192/26,47.102.234.64/26,47.102.234.0/26,8.139.112.64/26,8.139.112.0/26,8.139.112.128/26,8.139.99.192/26,47.89.72.128/26,47.89.73.128/26,47.89.73.192/26,47.89.75.192/26,47.89.88.64/26,47.89.90.64/26,47.246.74.192/26,47.246.107.0/26,47.89.88.0/26,47.89.90.0/26,47.246.108.64/26,47.246.164.64/26,47.89.88.128/26,47.246.73.64/26,47.246.74.0/26,47.246.175.192/26,110.76.0.128/26,47.88.233.192/26,140.205.47.0/26,110.76.2.128/26,110.75.230.192/26,110.76.8.64/26,140.205.41.192/26,203.209.225.192/26,110.75.235.128/26,47.88.233.128/26,110.75.230.64/26,110.75.157.192/26,110.76.9.128/26,110.75.186.0/26,203.209.247.192/26,47.74.206.0/26,140.205.47.128/26,110.76.9.64/26,110.75.134.192/26,47.88.233.0/26,140.205.196.128/26,203.119.159.192/26,106.11.73.192/26,203.209.225.128/26,110.75.130.192/26,110.76.2.64/26,140.205.41.64/26,110.75.190.0/26,110.76.11.64/26,140.205.197.0/26,47.74.206.192/26,203.209.247.128/26,140.205.47.64/26,110.76.9.0/26,110.75.235.0/26,110.75.186.64/26,110.76.9.192/26,106.11.76.64/26,110.75.230.0/26,140.205.196.0/26,110.76.11.128/26,110.76.11.192/26,110.76.11.0/26,59.82.47.0/26,59.82.46.128/26,110.76.0.0/26,110.76.0.64/26,106.11.76.0/26,59.82.46.192/26,110.75.235.64/26,110.75.130.128/26,110.75.134.128/26,110.76.8.0/26,110.75.190.64/26,110.75.143.0/26,140.205.196.64/26,47.74.206.128/26,140.205.47.192/26,110.75.230.128/26,47.74.206.64/26,110.76.0.192/26,106.11.73.128/26,47.88.233.64/26,140.205.196.192/26,110.75.235.192/26,59.82.46.64/26,110.76.2.0/26,110.76.2.192/26 |
Malaysia (Kuala Lumpur)
|
Region ID |
Database connection type |
IP address ranges |
|
ap-southeast-3 |
Express Connect, VPN Gateway, or Smart Access Gateway |
100.104.5.0/24,100.104.36.0/26,100.104.234.192/26,100.104.76.192/26,100.104.69.0/26,100.104.87.192/26,100.104.158.192/26,100.104.250.0/26,100.104.62.64/26 |
|
Cloud Enterprise Network (CEN) |
||
|
Public IP Address |
47.250.30.0/24,47.250.34.128/28,47.250.29.0/24,47.87.205.0/26,47.250.30.128/26,47.250.30.0/26,47.250.30.64/26,47.250.29.64/26,47.87.205.192/26,47.87.205.128/26,47.250.30.192/26,47.250.29.192/26,47.250.29.0/26,47.87.205.64/26,47.250.29.128/26,47.87.206.192/26,47.87.206.64/26,47.87.206.128/26,47.87.206.0/26 |
Indonesia (Jakarta)
|
Region ID |
Database connection type |
IP address ranges |
|
ap-southeast-5 |
Express Connect, VPN Gateway, or Smart Access Gateway |
100.104.175.0/24,100.104.35.192/26,100.104.235.192/26,100.104.12.0/26,100.104.111.0/26,100.104.158.192/26,100.104.37.128/26,100.104.218.128/26 |
|
Cloud Enterprise Network (CEN) |
||
|
Public IP Address |
8.215.147.0/28,147.139.132.101,149.129.230.192/26,147.139.156.64/26,147.139.165.206,147.139.133.46,147.139.179.168,147.139.156.0/26,147.139.156.128/26 |
Philippines (Manila)
|
Region ID |
Database connection type |
IP address ranges |
|
ap-southeast-6 |
Express Connect, VPN Gateway, or Smart Access Gateway |
100.104.153.64/26,100.104.76.192/26,100.104.246.192/26,100.104.158.192/26,100.104.37.128/26,100.104.218.128/26,100.104.250.0/26,100.104.199.192/26 |
|
Cloud Enterprise Network (CEN) |
||
|
Public IP Address |
8.212.137.0/26,8.212.136.192/26,8.212.136.128/26,8.212.136.64/26 |
Thailand (Bangkok)
|
Region ID |
Database connection type |
IP address ranges |
|
ap-southeast-7 |
Express Connect, VPN Gateway, or Smart Access Gateway |
100.104.150.192/26,100.104.75.64/26,100.104.132.64/26,100.104.177.192/26,100.104.12.0/26,100.104.180.192/26 |
|
Cloud Enterprise Network (CEN) |
||
|
Public IP Address |
8.213.163.0/26,8.213.162.64/26,8.213.162.128/26,8.213.162.192/26,47.81.23.64/26,47.81.23.128/25 |
Japan (Tokyo)
|
Region ID |
Database connection type |
IP address ranges |
|
ap-northeast-1 |
Express Connect, VPN Gateway, or Smart Access Gateway |
100.104.112.0/24,100.104.117.192/26,100.104.12.0/26,100.104.166.64/26,100.104.179.64/26,100.104.108.128/26,100.104.100.128/26,100.104.136.192/26 |
|
Cloud Enterprise Network (CEN) |
||
|
Public IP Address |
47.91.0.128/26,47.245.51.0/24,47.245.18.192/26,47.245.18.128/26,47.91.0.192/26,8.209.192.160/28,47.245.51.64/26,47.245.51.0/26,47.87.192.64/26,47.245.51.192/26,47.87.192.192/26,47.245.51.128/26,47.87.192.0/26,47.87.192.128/26 |
US (Silicon Valley)
|
Region ID |
Database connection type |
IP address ranges |
|
us-west-1 |
Express Connect, VPN Gateway, or Smart Access Gateway |
100.104.175.0/24,100.104.48.128/26,100.104.166.64/26,100.104.108.128/26,100.104.100.128/26,100.104.136.192/26,100.104.16.64/26,100.104.242.64/26,100.104.57.192/26,100.104.11.64/26 |
|
Cloud Enterprise Network (CEN) |
||
|
Public IP Address |
140.205.47.0/24,110.76.8.64/26,203.209.225.192/26,140.205.41.192/26,110.75.157.192/26,110.75.186.0/26,203.209.247.192/26,47.88.98.0/24,110.75.134.192/26,203.119.159.192/26,47.88.15.174,106.11.73.192/26,203.209.225.128/26,110.75.130.192/26,47.252.71.192/26,140.205.41.64/26,110.75.190.0/26,8.149.144.0/24,140.205.197.0/26,203.209.247.128/26,110.75.235.0/24,47.252.90.64/26,110.75.186.64/26,110.76.9.0/24,106.11.76.64/26,47.88.6.196,110.75.230.0/24,140.205.196.0/24,59.82.47.0/26,47.102.181.128/26,59.82.46.128/26,110.76.0.0/24,106.11.76.0/26,47.88.10.217,47.102.234.0/26,47.252.71.128/26,47.102.234.64/26,59.82.46.192/26,110.75.130.128/26,110.75.134.128/26,110.76.8.0/26,110.75.190.64/26,110.75.143.0/26,110.76.2.0/24,47.88.1.17,8.139.112.64/26,8.139.112.128/26,47.252.90.0/26,8.139.99.192/26,47.251.136.112/28,8.139.112.0/26,106.11.73.128/26,110.76.11.0/24,59.82.46.64/26,47.102.181.192/26,47.88.98.128/26,47.88.98.192/26,47.88.98.64/26,47.88.98.0/26,47.251.17.180 |
US (Virginia)
|
Region ID |
Database connection type |
IP address ranges |
|
us-east-1 |
Express Connect, VPN Gateway, or Smart Access Gateway |
100.104.233.0/24,100.104.240.128/26,100.104.132.64/26,100.104.177.192/26,100.104.12.0/26,100.104.111.0/26,100.104.122.128/26,100.104.87.192/26,100.104.179.64/26,100.104.41.64/26 |
|
Cloud Enterprise Network (CEN) |
||
|
Public IP Address |
110.76.0.128/26,140.205.47.0/26,110.76.2.128/26,110.75.230.192/26,110.76.8.64/26,140.205.41.192/26,203.209.225.192/26,110.75.235.128/26,110.75.230.64/26,110.75.157.192/26,110.76.9.128/26,110.75.186.0/26,203.209.247.192/26,140.205.47.128/26,110.76.9.64/26,110.75.134.192/26,140.205.196.128/26,203.119.159.192/26,106.11.73.192/26,203.209.225.128/26,110.75.130.192/26,110.76.2.64/26,140.205.41.64/26,110.75.190.0/26,110.76.11.64/26,140.205.197.0/26,203.209.247.128/26,140.205.47.64/26,110.76.9.0/26,110.75.235.0/26,110.75.186.64/26,110.76.9.192/26,106.11.76.64/26,110.75.230.0/26,140.205.196.0/26,110.76.11.128/26,110.76.11.192/26,110.76.11.0/26,59.82.47.0/26,47.102.181.128/26,59.82.46.128/26,110.76.0.0/26,110.76.0.64/26,106.11.76.0/26,47.102.234.0/26,47.102.234.64/26,59.82.46.192/26,110.75.235.64/26,110.75.130.128/26,110.75.134.128/26,110.76.8.0/26,110.75.190.64/26,110.75.143.0/26,8.139.112.64/26,8.139.112.128/26,140.205.196.64/26,8.139.99.192/26,8.139.112.0/26,140.205.47.192/26,110.75.230.128/26,110.76.0.192/26,106.11.73.128/26,140.205.196.192/26,110.75.235.192/26,47.102.181.192/26,59.82.46.64/26,110.76.2.0/26,110.76.2.192/26,47.252.91.128/26,47.88.98.128/26,47.250.29.192/26,47.252.71.192/26,47.252.90.0/26,47.252.91.192/26,47.250.29.64/26,47.88.98.192/26,47.252.90.64/26,47.252.71.128/26,47.88.98.64/26,47.250.29.0/26,47.250.29.128/26,47.252.91.0/26,47.88.98.0/26,47.252.91.64/26,47.253.64.0/28,47.87.206.192/26,47.87.206.64/26,47.87.206.128/26,47.87.206.0/26,47.90.220.124 |
Germany (Frankfurt)
|
Region ID |
Database connection type |
IP address ranges |
|
eu-central-1 |
Express Connect, VPN Gateway, or Smart Access Gateway |
100.104.5.0/24,100.104.193.128/26,100.104.161.64/26,100.104.89.128/26,100.104.177.0/26,100.104.224.0/26,100.104.92.128/26,100.104.62.64/26,100.104.216.192/26 |
|
Cloud Enterprise Network (CEN) |
||
|
Public IP Address |
8.209.86.0/26,47.254.165.128/26,47.245.155.0/28,47.254.165.64/26,47.254.165.192/26,47.254.180.0/24,110.76.0.128/26,140.205.47.0/26,110.76.2.128/26,110.75.230.192/26,110.76.8.64/26,140.205.41.192/26,203.209.225.192/26,110.75.235.128/26,110.75.230.64/26,110.75.157.192/26,110.76.9.128/26,110.75.186.0/26,203.209.247.192/26,140.205.47.128/26,110.75.134.192/26,110.76.9.64/26,140.205.196.128/26,203.119.159.192/26,106.11.73.192/26,203.209.225.128/26,110.75.130.192/26,110.76.2.64/26,140.205.41.64/26,110.75.190.0/26,110.76.11.64/26,140.205.197.0/26,203.209.247.128/26,140.205.47.64/26,110.76.9.0/26,110.75.235.0/26,110.75.186.64/26,110.76.9.192/26,106.11.76.64/26,110.75.230.0/26,140.205.196.0/26,110.76.11.128/26,110.76.11.192/26,110.76.11.0/26,59.82.47.0/26,47.102.181.128/26,59.82.46.128/26,110.76.0.0/26,110.76.0.64/26,106.11.76.0/26,47.102.234.0/26,47.102.234.64/26,59.82.46.192/26,110.75.235.64/26,110.75.130.128/26,110.75.134.128/26,110.76.8.0/26,110.75.190.64/26,110.75.143.0/26,8.139.112.64/26,8.139.112.128/26,8.139.99.192/26,140.205.196.64/26,8.139.112.0/26,140.205.47.192/26,110.75.230.128/26,110.76.0.192/26,106.11.73.128/26,140.205.196.192/26,110.75.235.192/26,47.102.181.192/26,59.82.46.64/26,110.76.2.0/26,110.76.2.192/26,47.87.212.0/26,47.87.212.64/26,47.87.212.128/26,47.87.212.192/26 |
UK (London)
|
Region ID |
Database connection type |
IP address ranges |
|
eu-west-1 |
Express Connect, VPN Gateway, or Smart Access Gateway |
100.104.133.64/26,100.104.207.128/26,100.104.87.192/26,100.104.145.64/26,100.104.235.192/26,100.104.75.64/26,100.104.132.64/26 |
|
Cloud Enterprise Network (CEN) |
||
|
Public IP Address |
8.208.72.0/24,8.208.73.0/24,8.208.75.64/28,47.88.98.0/24,47.88.98.128/26,47.88.98.192/26,47.88.98.64/26,47.88.98.0/26,8.208.73.64/26,8.208.72.64/26,8.208.72.0/26,8.208.72.128/26,8.208.73.0/26,8.208.73.128/26,8.208.72.192/26,8.208.73.192/26,47.87.236.128/26,47.87.236.0/26,47.87.236.64/26,47.87.236.192/26 |
UAE (Dubai)
|
Region ID |
Database connection type |
IP address ranges |
|
me-east-1 |
Express Connect, VPN Gateway, or Smart Access Gateway |
100.104.205.0/24,100.104.161.0/26,100.104.53.0/26,100.104.111.128/26,100.104.248.128/26 |
|
Cloud Enterprise Network (CEN) |
||
|
Public IP Address |
8.209.86.0/26,47.254.165.128/26,47.254.165.64/26,47.254.165.192/26,47.87.212.0/26,47.87.212.64/26,47.87.212.128/26,47.87.212.192/26 |
South Korea (Seoul)
|
Region ID |
Database connection type |
IP address ranges |
|
ap-northeast-2 |
Express Connect, VPN Gateway, or Smart Access Gateway |
100.104.119.128/26,100.104.153.64/26,100.104.76.192/26,100.104.246.192/26,100.104.106.192/26,100.104.210.128/26,100.104.62.64/26 |
|
Cloud Enterprise Network (CEN) |
||
|
Public IP Address |
149.129.14.128/26,149.129.13.64/26,149.129.14.192/26,149.129.13.0/26 |
SAU (Riyadh - Partner Region)
|
Region ID |
Database connection type |
IP address ranges |
|
me-central-1 |
Express Connect, VPN Gateway, or Smart Access Gateway |
100.104.106.192/26,100.104.145.64/26,100.104.210.128/26,100.104.48.128/26,100.104.69.0/26,100.104.76.192/26,100.104.87.192/26 |
|
Cloud Enterprise Network (CEN) |
||
|
Public IP Address |
8.213.0.192/26,8.213.5.0/26,8.213.16.59,8.213.16.111,8.213.16.123,8.213.16.17,8.213.16.91,8.213.5.64/26,8.213.6.0/24,8.213.0.128/26,8.213.6.64/26,8.213.6.192/26,8.213.6.0/26,8.213.6.128/26 |
Mexico
|
Region ID |
Database connection type |
IP address ranges |
|
na-south-1 |
Express Connect, VPN Gateway, or Smart Access Gateway |
100.104.35.192/26 |
|
Cloud Enterprise Network (CEN) |
||
|
Public IP Address |
47.246.169.0/26,47.87.0.64/26,47.89.89.64/26,47.246.171.0/26,47.87.196.128/26,47.246.170.128/26,47.246.168.64/26,47.89.75.0/26,47.87.1.0/26,47.89.89.192/26,47.87.196.0/26,47.246.170.64/26,47.89.74.192/26,47.235.1.64/26,47.89.75.64/26,47.87.196.64/26,47.87.196.192/26,47.87.0.192/26,47.246.170.192/26,47.246.169.128/26,47.246.168.0/26,47.89.89.128/26,47.235.1.128/26,47.89.74.128/26,47.246.168.192/26,47.246.169.192/26,47.87.0.128/26,47.235.0.192/26,47.246.171.64/26,47.246.164.192/26,47.246.169.64/26,47.235.1.192/26 |
FAQ
-
Which port should I open for DTS server IP addresses?
Open the port your database uses to provide services. For example, MySQL uses port
3306by default, and PostgreSQL uses port5432. -
What should I do with these IP whitelists after my DTS task ends?
For security, remove the corresponding DTS IP address ranges from your database's IP whitelist or security group after your DTS task is released. You can delete whitelists automatically created by DTS (such as
rdsdts) or security groups (such asSG-DTS-GROUP-xxxx) directly. -
Why does the public IP address connection type require adding IP addresses for both source and destination regions?
This applies only to data synchronization tasks. Synchronization requires worker nodes on both the source and destination sides to perform bidirectional heartbeats and data comparisons. This ensures data consistency and stability of the synchronization link. Other task types—such as migration and change tracking—follow a single-region rule.
Related APIs
|
API |
Description |
|
Query the IP addresses of DTS servers. |