Skip to content

Regions & edge network

Nimbus runs functions in 30 regions across 6 continents. By default, every deploy goes to all of them — there’s no region picker to configure.

Continent Regions
North America 7
South America 3
Europe 9
Africa 2
Asia 7
Oceania 2

You can see the full, current list with:

Terminal window
nimbus regions list

Some workloads have data residency requirements. Restrict a project to a subset of regions in nimbus.config.ts:

nimbus.config.ts
export default {
regions: ['eu-west', 'eu-central', 'eu-north'],
};