Vultr regions & deployment
★★★★★ 4.5 CE

Vultr Regions, Deployment & Data Residency 2026

Vultr runs 33 datacenter regions, nine in the EU, with a deep compliance set. A region is fixed at deploy; instances can't migrate, so you recreate.

Vultr Regions & Deployment verdict

Verified today·7 sources checked

Vultr runs 33 cloud datacenter regions across six continents, with nine in Europe for EU residency.

Compliance is deep for a VPS host: SOC 2+ with HIPAA, PCI, CSA STAR Level 1, four ISO certifications, and GDPR with a DPA. A region is fixed at deploy, and an instance cannot be migrated, so you destroy and recreate.

How to pick your regions

Pick the region nearest your users at deploy, because moving means destroy-and-recreate. Use a European datacenter such as Amsterdam, Frankfurt or Paris for EU residency, where Vultr's SOC 2, ISO 27001 and GDPR posture is strong. For global reach, deploy per region and route with Global Load Balancers or the Vultr CDN. Two costs to plan for: pricing can vary by region, so confirm it before committing, and DDoS protection is a separate add-on rather than included.

Honest limits
  • A region is chosen at deploy and an instance cannot be migrated. To move it you destroy and recreate.
  • Pricing can vary by region due to local networking, hardware, labor, tax costs, and DDoS protection is a $10/month per-instance add-on, not included.
  • Cloud GPU instances are excluded from the 100% uptime SLA.
Regions
33
EU regions
9
Compliance
SOC 2, PCI, ISO x4
Region change
Not migratable
Continents
6
View sources

This page covers where Vultr deploys and how residency works. Performance and pricing live on their own pages.

Pick your Vultr region and deployment

Deploy Vultr: CLI, Terraform and API

Install the CLI, export your API key, then create an instance with a region, plan and OS. --region takes a region ID (e.g. ewr, lhr, sgp), --plan a plan ID (e.g. vc2-1c-2gb), --os an OS ID. Boolean flags use the = form.

vultr-clibash
brew install vultr/vultr-cli/vultr-cli
export VULTR_API_KEY=<your-api-key>

# Create an instance
vultr-cli instance create \
  --region ewr \
  --plan vc2-1c-2gb \
  --os 1743 \
  --host my-instance \
  --notify=true

vultr-cli instance list

The vultr_instance resource provisions an instance from a plan, region and OS, with optional backups, DDoS protection and IPv6. region and plan are required, plus one of os_id/iso_id/app_id/image_id/snapshot_id.

Terraformhcl
resource "vultr_instance" "my_instance" {
  plan            = "vc2-1c-2gb"
  region          = "sea"
  os_id           = 1743
  label           = "my-instance-label"
  hostname        = "my-instance"
  enable_ipv6     = true
  backups         = "enabled"
  backups_schedule { type = "daily" }
  ddos_protection = true
}

POST to https://api.vultr.com/v2/instances with a Bearer API key. Pass region, plan and an os_id (or another source). The full parameter list is in the API reference; this is the create-instance pattern.

API v2 (cURL)bash
curl -X POST "https://api.vultr.com/v2/instances" \
  -H "Authorization: Bearer ${VULTR_API_KEY}" \
  -H "Content-Type: application/json" \
  --data '{
    "region": "ewr",
    "plan": "vc2-1c-2gb",
    "os_id": 1743,
    "label": "my-instance",
    "hostname": "my-instance"
  }'

Vultr datacenter regions

RegionContinentEUExamples
North America (11)North AmericaNoNew York, Chicago, Dallas, LA, Miami, Seattle, Silicon Valley, Atlanta, Honolulu, Toronto, Mexico City
South America (2)South AmericaNoSao Paulo, Santiago
Amsterdam / FrankfurtEuropeYesNetherlands, Germany
London / ManchesterEuropeYesUnited Kingdom (x2)
Paris / Madrid / MilanEuropeYesFrance, Spain, Italy
Stockholm / WarsawEuropeYesSweden, Poland
Tokyo / Osaka / SeoulAsiaNoJapan (x2), Korea
Singapore / Bangalore / Mumbai / DelhiAsiaNoSingapore, India (x3)
Tel AvivAsia / MENoIsrael
Sydney / MelbourneOceaniaNoAustralia (x2)
JohannesburgAfricaNoSouth Africa

Vultr region selection and routing

AspectBehaviorNotes
Region choiceAt deploySet per instance when created
Region changeNot migratableDestroy and recreate in the new region
Footprint33 regions / 6 continentsDevelop locally, deploy globally
Edge routingGlobal Load Balancers + CDNProcess requests at the nearest region
Region pricingVaries by regionSome locations cost more (networking, taxes)
CDN$10/mo + bandwidthSix continents, push and pull zones

Vultr data residency and compliance

ControlOptionNotes
EU regions9 European datacentersAmsterdam, Frankfurt, London, Manchester, Paris, Madrid, Stockholm, Warsaw, Milan
ComplianceSOC 2+ (HIPAA), PCI, CSA STAR L1Audited certifications
ISO certifications27001:2022, 27017, 27018, 20000-1Information security and service management
GDPRCompliant + DPAData Processing Addendum available
Data scopeInstance in one regionRegion fixed at deploy

What to verify before you commit to Vultr

  • A Vultr instance's region is set at deploy and cannot be migrated afterward, so to move regions you destroy and recreate the instance, placing it near your users up front
  • DDoS protection is not bundled, it is a $10/month per-instance add-on, so factor it in for exposed production workloads
  • Cloud GPU instances are excluded from the 100% uptime SLA due to limited availability, so do not rely on the guarantee for GPU workloads
  • Pricing can vary by region due to local networking, hardware, labor and tax costs, so confirm the rate for your chosen datacenter

Vultr Regions & Deployment FAQ

How many regions does Vultr have?

33 cloud datacenter regions across six continents. North America has 11: New York, Chicago, Dallas, Los Angeles, Miami, Seattle, Silicon Valley, Atlanta, Honolulu, Toronto, Mexico City. South America has 2 in Sao Paulo and Santiago. Europe has 9. Asia and the Middle East hold 8, Australia 2, Africa 1 in Johannesburg. Global Load Balancers and the Vultr CDN route requests to the nearest region.

Can I change a Vultr instance's region after deploying?

No. The region is chosen when you create the instance, and an instance cannot be migrated to a different region afterward. You destroy it and recreate it in the new region, so place it near your users up front. Note that pricing can vary by region because of local networking, hardware, labor, tax costs.

Does Vultr support EU data residency?

Yes, through nine European datacenters: Amsterdam, Frankfurt, London, Manchester, Paris, Madrid, Stockholm, Warsaw, Milan. Vultr's compliance is deep: SOC 2+ with HIPAA, PCI Merchant, CSA STAR Level 1, and ISO/IEC 27001:2022, 27017, 27018, 20000-1. It is GDPR compliant with a Data Processing Addendum available.

What compliance certifications does Vultr hold?

SOC 2+ with HIPAA, PCI as a Merchant, CSA STAR Level 1, and ISO/IEC 20000-1:2018, 27001:2022, 27017:2015, 27018:2019. It is GDPR compliant and offers a Data Processing Addendum. That is a notably broad set for a VPS-focused provider, useful when you need an audited host in the EU.

How do I deploy to a specific Vultr region?

Pass the region at creation. With the CLI: vultr-cli instance create --region ewr --plan vc2-1c-2gb --os 1743. In Terraform, set region and plan on the vultr_instance resource. Via the API, POST https://api.vultr.com/v2/instances with region, plan, os_id. Region IDs are short codes like ewr for New York, lhr for London, fra for Frankfurt, sgp for Singapore.

Sources & verification

Verified by ComparEdgeMethod: Vendor docs, official pages, and selected independent sources
SourceWhat was checkedLast checked
Vultr OfficialOfficial product pageJuly 10, 2026
GitHub Vultr Vultr CliVultr Vultr CLIJuly 10, 2026
Terraform RegistryLatest InstanceJuly 10, 2026
Vpsbenchmarks Hosters VultrIndependent referenceJuly 10, 2026
Vultr ApiAPI referenceJuly 10, 2026
Vultr Features Advanced NetworkingFeatures Advanced NetworkingJuly 10, 2026
Vultr Features Datacenter RegionsFeatures Datacenter RegionsJuly 10, 2026

Every fact on this Vultr page is tied to a named source and a verification date. Freshness-sensitive figures trace to the sources above; verify against the vendor before relying on them.