Regions
SerenDB offers project deployment in multiple AWS and Azure regions. To minimize latency between your SerenDB database and application, we recommend choosing the region closest to your application server.
AWS regions
πΊπΈ AWS US East (N. Virginia) β
aws-us-east-1πΊπΈ AWS US East (Ohio) β
aws-us-east-2πΊπΈ AWS US West (Oregon) β
aws-us-west-2π©πͺ AWS Europe (Frankfurt) β
aws-eu-central-1π¬π§ AWS Europe (London) β
aws-eu-west-2πΈπ¬ AWS Asia Pacific (Singapore) β
aws-ap-southeast-1π¦πΊ AWS Asia Pacific (Sydney) β
aws-ap-southeast-2π§π· AWS South America (SΓ£o Paulo) β
aws-sa-east-1
Azure regions
πΊπΈ Azure East US 2 region (Virginia) β
azure-eastus2πΊπΈ Azure West US 3 region (Arizona) β
azure-westus3π©πͺ Azure Germany West Central region (Frankfurt) β
azure-gwc
For information about SerenDB deployment options on Azure, see [SerenDB on Azure](/docs/manage/azure).
Request a region
Select a region for your SerenDB project
You can select the region for your SerenDB project during project creation. See Create a project.
All branches and databases created in a SerenDB project are created in the region selected for the project.

After you select a region for a SerenDB project, it cannot be changed for that project. To use a different region, create a new project in your desired region and [move your data to the new project](/docs/introduction/regions#move-project-data-to-a-new-region).
NAT Gateway IP addresses
A NAT gateway has a public IP address that external systems see when private resources initiate outbound connections. SerenDB uses 3 to 6 IP addresses per region for this outbound communication, corresponding to each availability zone in the region. To ensure proper connectivity for setups such as replicating data to SerenDB, you should allow access to all the NAT gateway IP addresses associated with your SerenDB project's region.
If you are unsure of your project's region, you can find this information in the Settings widget on the Project Dashboard.
AWS NAT Gateway IP Addresses
AWS US East (N. Virginia) β aws-us-east-1
3.222.32.110, 13.219.161.141, 23.23.0.232, 34.202.217.219, 34.233.170.231, 34.235.208.71, 34.239.66.10, 35.168.244.148, 52.73.235.120, 54.88.155.118, 54.160.39.3, 54.205.208.153
AWS US East (Ohio) β aws-us-east-2
3.16.227.37, 3.128.6.252, 3.129.145.179, 3.139.195.115, 18.217.181.229, 52.15.165.218
AWS US West (Oregon) β aws-us-west-2
35.83.202.11, 35.164.221.218, 44.235.241.217, 44.236.56.140, 52.32.22.241, 52.37.48.254, 54.213.57.47
AWS Europe (Frankfurt) β aws-eu-central-1
3.66.63.165, 3.125.57.42, 3.125.234.79, 18.158.63.175, 18.194.181.241, 52.58.17.95
AWS Europe (London) β aws-eu-west-2
3.10.42.8, 18.133.205.39, 52.56.191.86
AWS Asia Pacific (Singapore) β aws-ap-southeast-1
54.254.50.26, 54.254.92.70, 54.255.161.23
AWS Asia Pacific (Sydney) β aws-ap-southeast-2
13.55.152.144, 13.237.134.148, 54.153.185.87
AWS South America (SΓ£o Paulo) β aws-sa-east-1
18.230.1.215, 52.67.202.176, 54.232.117.41
Azure NAT Gateway IP Addresses
Azure East US 2 (Virginia) β azure-eastus2
48.211.218.176, 48.211.218.194, 48.211.218.200
Azure Germany West Central β azure-gwc
20.52.100.129, 20.52.100.208, 20.52.187.150
Azure West US 3 (Arizona) β azure-westus3
20.38.38.171, 20.168.0.32, 20.168.0.77
Move project data to a new region
Moving a project to a different region requires moving your data using one of the following options:
Option 1: Dump and restore
Using the dump and restore method involves the following steps:
Creating a new project in the desired region. For project creation instructions, see Create a project.
Moving your data from the old project to the new project. For instructions, see Import data from Postgres.
Moving data to a new SerenDB project using this method may take some time depending on the size of your data. To prevent the loss of data during the import operation, consider disabling writes from your applications before initiating the import operation. You can re-enable writes when the import is completed. SerenDB does not currently support disabling database writes. Writes must be disabled at the application level.
Option 2: Logical replication
As an alternative to the dump and restore method described above, you can use logical replication to replicate data from one SerenDB project to another for a near-zero downtime data migration. For more information, see Replicate data from one SerenDB project to another.
Last updated