Learn how Neon's autoscaling works - it estimates Postgres' working set size and keeps it in memory. Engineering post here

Regions

Neon supports project deployment in several regions. We recommended that you select the region closest to your application server to reduce latency between your Neon database and your application.

Available regions

Neon currently supports the following AWS regions:

  • US East (N. Virginia) — aws-us-east-1
  • US East (Ohio) — aws-us-east-2
  • US West (Oregon) — aws-us-west-2
  • Europe (Frankfurt) — aws-eu-central-1
  • Asia Pacific (Singapore) — aws-ap-southeast-1
  • Asia Pacific (Sydney) — aws-ap-southeast-2

Request a new Provider / Region

Looking for Neon in a different cloud provider or region? Select your preference below, and we'll notify you as soon as it's available.

Select a region for your Neon project

You can select the region for your Neon project during project creation. See Create a project.

All branches and databases created in a Neon project are created in the region selected for the project.

Select region image

note

After you select a region for a Neon project, it cannot be changed for that project.

NAT Gateway IP addresses

A NAT gateway has a public IP address that external systems see when private resources initiate outbound connections. Neon 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 Neon, you should allow access to all the NAT gateway IP addresses associated with your Neon project's region.

If you are unsure of your project's region, you can find this information in the Project settings widget on the Project Dashboard.

NAT Gateway IP Addresses by region

RegionNAT Gateway IP Addresses
US East (N. Virginia) — aws-us-east-123.23.0.232, 3.222.32.110, 35.168.244.148, 54.160.39.37, 54.205.208.153, 54.88.155.118
US East (Ohio) — aws-us-east-218.217.181.229, 3.129.145.179, 3.139.195.115
US West (Oregon) — aws-us-west-244.235.241.217, 52.32.22.241, 52.37.48.254, 54.213.57.47
Europe (Frankfurt) — aws-eu-central-118.158.63.175, 3.125.234.79, 3.125.57.42
Asia Pacific (Singapore) — aws-ap-southeast-154.254.50.26, 54.254.92.70, 54.255.161.23
Asia Pacific (Sydney) — aws-ap-southeast-213.237.134.148, 13.55.152.144, 54.153.185.87

Move project data to a new region

Moving a project to a differ region requires moving your data using one of the following methods:

Dump and restore

Using the dump and restore method involves the following steps:

  1. Create a new project in the desired region. For project creation instructions, see Create a project.
  2. Move your data from the old project to the new project. For instructions, see Import data from Postgres.

Moving data to a new Neon 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. Neon does not currently support disabling database writes. Writes must be disabled at the application level.

note

Neon Free Plan users are limited to a single project. In this case, you can export your data using pg_dump, remove your existing project, create a new project in the desired region, and import your data into the new project.

Logical replication

As an alternative to the dump and restore method described above, you can use logical replication to replicate data from one Neon project to another for a near-zero downtime data migration. For more information, see Replicate data from one Neon project to another.

Need help?

Join our Discord Server to ask questions or see what others are doing with Neon. Users on paid plans can open a support ticket from the console. For more detail, see Getting Support.

Last updated on

Was this page helpful?