Regional hosting and data residency
Feature availability
This feature is available with Enterprise plans. See pricing plans for more details.
Snyk can host your data in a number of regions. During initial onboarding of your system, you can work with your account team to select a multi-tenant region. For single-tenant availability (Snyk Private Cloud), reach out to your account team in advance of onboarding.
By default, customers are hosted in the US region.
Data residency allows you to control what region Snyk hosts a selected subset of your data in. For more information, see Regional and global data.
Data residency is available for Snyk Open Source, Snyk Code, Snyk Container, and Snyk Infrastructure as Code (IaC).
During your system onboarding, you can work with your account team to select a hosting region.
After you select a region, the data in that region cannot be migrated to another region. Moving to a new region requires a complete re-onboarding.
Snyk offers data residency for the following regions:
Region | URL |
---|---|
USA (default) | https://app.snyk.io |
EU (Germany, Frankfurt) | https://app.eu.snyk.io |
AUS (Australia) | https://app.au.snyk.io |
Single-tenant deployments may support more regions than the ones listed here, subject to validation of architectural service supportability by Snyk engineering.
Snyk leverages a number of sub-processors to provide you with a high-quality service. Thus not all data types can be stored within your region of choice. The list of sub-processors is available on the Snyk website.
Product
Regionally stored data
Globally stored data
- Snyk Open Source
- Snyk Code
- Snyk Container
- Snyk Infrastructure as Code (IaC)
- Vulnerability data
- Vulnerability source
- Audit logs
- Integration-related data
- Customer source code
- Billing data
- Customer relationship management data
- Operational logs and metrics
- Product analytics
- Support Tickets
- User authentication data
Snyk offers almost all the same features, support, and performance in the regional multi and single-tenant regions as in the US region.
Snyk Cloud is not yet available. For an up-to-date overview of feature parity across regions, reach out to your account team.
EU and AU datacenter Snyk accounts are available only with the purchase of an Enterprise plan. The resources and URLs are as follows.
Using Snyk.io or app.snyk.io will not redirect you to these URLs.
Follow the docs as usual, but base URLs are:
API v1: https://api.eu.snyk.io/v1/
REST API: https://api.eu.snyk.io/rest/
API v1: https://api.au.snyk.io/v1/
REST API: https://api.au.snyk.io/rest/
Both CLI and CI running CLI need to be configured to run against your instance. To do this, run the following:
snyk config set endpoint=https://app.eu.snyk.io/api
snyk config set endpoint=https://app.au.snyk.io/api
Alternatively, have an environment variable on your machine or CI tool:
SNYK_API=https://app.eu.snyk.io/api
SNYK_API=https://app.au.snyk.io/api
When running Jenkins, use the additional argument:
--API=https://app.eu.snyk.io/api
--API=https://app.au.snyk.io/api
Snyk IDE extensions have similar modifiable options to the CLI and need to be configured to use the appropriate endpoint. In the extensions settings for Snyk in your IDE, set the Custom Endpoint parameter to the appropriate value for EU and AU as follows.
Ensure you are using the latest version of IDE plugins. The following specifies the minimum version required:
VSCode - 1.2.18
Visual Studio - 1.1.21
IntelliJ - 2.4.32
https://app.eu.snyk.io/api
https://app.au.snyk.io/api

Configuring the AU endpoint in Visual Studio Code
-e BROKER_SERVER_URL=https://broker.eu.snyk.io
-e BROKER_SERVER_URL=https://broker.au.snyk.io
For Broker deployed by Helm chart, follow https://github.com/snyk/snyk-broker-helm docs, and add the following variable:
--set brokerServerUrl=https://broker.eu.snyk.io
--set brokerServerUrl=https://broker.au.snyk.io
Follow the High availability mode instructions BUT use the following details for BROKER_DISPATCHER_BASE_URL:
-e BROKER_DISPATCHER_BASE_URL=https://api.eu.snyk.io
-e BROKER_DISPATCHER_BASE_URL=https://api.au.snyk.io
For Broker deployed by Helm chart, edit the values.yaml file to include the relevant details in brokerDispatcherUrl.
Follow the Snyk Broker - Code Agent instructions BUT add an extra environment variable in the Code Agent container:
-e UPSTREAM_URL=https://deeproxy.eu.snyk.io
-e UPSTREAM_URL=https://deeproxy.au.snyk.io
For Broker with Code Agent deployed by Helm chart, follow the https://github.com/snyk/snyk-broker-helm instructions, and add the following variable in the Code Agent chart:
--set upstreamUrlCodeAgent=https://deeproxy.eu.snyk.io
--set upstreamUrlCodeAgent=https://deeproxy.au.snyk.io
Snyk takes privacy seriously and operates a global privacy program to meet the requirements of the GDPR, CCPA, and other applicable privacy laws. Snyk treats all user data the same way and uses industry-standard technical and organizational measures to secure the information Snyk stores. Snyk's Privacy Program is tailored to meet both legal requirements and your needs.
Last modified 1mo ago