Vespa Cloud This page's content is applicable to Vespa Cloud.

Zones

An application is deployed to a zone, which is a combination of an environment and a region, like vespa deploy -z perf.aws-us-east-1c.

If an application requires zone-specific configuration (e.g., different capacity requirements per zone), use environment and region variants. Also see deployment.xml.

dev and perf zones for development and performance testing:

EnvironmentRegion
dev aws-us-east-1c
dev aws-euw1-az1
dev azure-eastus-az1
dev gcp-us-central1-f
perfaws-us-east-1c

prod zones for production serving, with a CD pipeline:

EnvironmentRegion
prodaws-us-east-1c
prodaws-use1-az4
prodaws-use2-az1
prodaws-use2-az3
prodaws-us-west-2a
prodaws-eu-central-1a
prodaws-eu-west-1a
prodaws-ap-northeast-1a
prodgcp-europe-west3-b
prodgcp-us-central1-a
prodgcp-us-central1-f

The prod zones use ephemeral instances for system tests and staging tests, running in test and staging environments. These are internal zones, and never directly deployed to, included here for reference:

EnvironmentRegion
test aws-us-east-1c
test gcp-us-central1-f
stagingaws-us-east-1c
staginggcp-us-central1-f

Contact Support to request more zones.