Vespa Cloud This content is applicable to Vespa Cloud deployments.

Zones

An application instance can be deployed to one or more zones. A zone in this documentation refers to a Vespa zone, the basic target location for the deployment of an application instance. A zone is identified by an environment and a region identifier, for example prod.aws-us-east-1c. This zone can be found in the below list of zones in Vespa Cloud.

A zone supports one or more availability zones. The prod.aws-us-east-1c zone is in the AWS availability zone with AZ ID use1-az6. Zones in Azure and GCP support the availability zone given by the region identifier, for example prod.gcp-europe-west3-b is in the GCP availability zone europe-west3-b. You can read more about zones supporting more than one availability zones in regional zones.

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:

EnvironmentDefaultRegionAvailability Zones
devYesaws-us-east-1cuse1-az6
devNoaws-euw1-az1euw1-az1
devNoazure-eastus-az1
devNogcp-us-central1-a
devNogcp-us-central1-f

prod zones for production serving, with a CD pipeline:

EnvironmentRegionAvailability Zones
prodaws-us-east-1use1-az1 to use1-az6, except use1-az3
prodaws-us-east-1cuse1-az6
prodaws-use1-az4use1-az4
prodaws-use2-az1use2-az1
prodaws-use2-az3use2-az3
prodaws-us-west-2ausw2-az1
prodaws-usw2-az3usw2-az3
prodaws-eu-west-1euw1-az1 to euw1-az3
prodaws-eu-west-1aeuw1-az2
prodaws-euw1-az1euw1-az1
prodaws-euc1-az1euc1-az1
prodaws-euc1-az3euc1-az3
prodaws-eun1-az1eun1-az1
prodaws-cac1-az1cac1-az1
prodaws-cac1-az2cac1-az2
prodaws-aps1-az1aps1-az1
prodaws-ap-northeast-1aapne1-az4
prodaws-apne1-az1apne1-az1
prodgcp-europe-west3-b
prodgcp-us-central1-a
prodgcp-us-central1-b
prodgcp-us-central1-c
prodgcp-us-central1-f
prodgcp-us-east4-c
prodgcp-us-west1-c

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:

EnvironmentRegionAvailability Zones
testaws-us-east-1cuse1-az6
testgcp-us-central1-f
stagingaws-us-east-1cuse1-az6
staginggcp-us-central1-f

Contact Support to request more zones.