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 dev.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 zones for development and performance testing:

EnvironmentDefaultRegion
devYesaws-us-east-1c
devNoaws-euw1-az1
devNoazure-eastus-az1
devNogcp-us-central1-f

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-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.