Skip to main content

Access, Regions, & IP addresses

dbt is hosted in multiple regions across the following service providers:

Your dbt account will always connect to your data platform or git provider from the below IP addresses. Be sure to allow traffic from these IPs in your firewall, and include them in any database grants.

  • dbt Enterprise-tier plans can choose to have their account hosted in any of the regions listed in the following table.
  • Organizations must choose a single region per dbt account. To run dbt in multiple regions, we recommend using multiple dbt accounts.

Amazon Web Services (AWS)

RegionLocation
Access URL
IP addresses
Available plans
Status page link
North AmericaAWS us-east-1 (N. Virginia)ACCOUNT_PREFIX.us1.dbt.com52.45.144.63
54.81.134.249
52.22.161.231
52.3.77.232
3.214.191.130
34.233.79.135
All dbt platform plansMulti-tenant:
US AWS

Cell based:
US Cell 1 AWS
US Cell 2 AWS
US Cell 3 AWS
EMEAeu-central-1 (Frankfurt)ACCOUNT_PREFIX.eu1.dbt.com3.123.45.39
3.126.140.248
3.72.153.148
All Enterprise plansEMEA AWS
APACap-southeast-2 (Sydney)ACCOUNT_PREFIX.au1.dbt.com52.65.89.235
3.106.40.33
13.239.155.206
All Enterprise plansAPAC AWS
Japanap-northeast-1 (Tokyo)ACCOUNT_PREFIX.jp1.dbt.com35.76.76.152
54.238.211.79
13.115.236.233
All Enterprise plansJP Cell 1 AWS
Virtual Private dbt or Single tenantCustomizedCustomizedAsk Support for your IPsAll Enterprise plansCustomized
Loading table...
Loading table...

Google Cloud Platform (GCP)

RegionLocation
Access URL
IP addresses
Available plans
Status page link
North Americaus-central1ACCOUNT_PREFIX.us3.dbt.com34.33.2.0/26All Enterprise plansUS Cell 1 GCP
EMEALondonACCOUNT_PREFIX.eu3.dbt.com34.39.41.0/26All Enterprise plansEU Cell 1 GCP
EMEAFrankfurtACCOUNT_PREFIX.eu4.dbt.com34.185.244.128/26All Enteprise plansEU4 Cell 1 GCP
Loading table...
Loading table...

Microsoft Azure

RegionLocation
Access URL
IP addresses
Available plans
Status page link
North AmericaEast US 2 (Virginia)ACCOUNT_PREFIX.us2.dbt.com20.10.67.192/26All Enterprise plansUS Cell 1 AZURE
EMEANorth Europe (Ireland)ACCOUNT_PREFIX.eu2.dbt.com20.13.190.192/26All Enterprise plansEMEA Cell 1 AZURE
Virtual Private dbt or Single tenantCustomizedCustomizedAsk Support for your IPsAll Enterprise plansCustomized
Loading table...
Loading table...

Accessing your account

The recommended way to sign in to dbt platform is https://login.dbt.com. Enter your email, verify it, and select the account you want to open from the list of accounts associated with your email. For more information about the login process, refer to Log in to dbt platform.

If you already know your account Access URL, you can sign in directly. Your access URL depends on your region and tenancy:

dbt accountsdbt accounts
  • US multi-tenant: ACCOUNT_PREFIX.us1.dbt.com (for example, abc123.us1.dbt.com)
  • EMEA multi-tenant: ACCOUNT_PREFIX.eu1.dbt.com (for example, abc123.eu1.dbt.com)
  • APAC multi-tenant: ACCOUNT_PREFIX.au1.dbt.com (for example, abc123.au1.dbt.com)
  • Worldwide single-tenant and VPC: Use the vanity URL provided during your onboarding.

Refer to the tables earlier for the full list of access URLs by region.

Locating your dbt IP addresses

There are two ways to view your dbt platform IP addresses:

  • If no projects exist in the account, create a new project, and the IP addresses will be displayed during the Configure your environment steps.
  • If you have an existing project, navigate to Account Settings and ensure you are in the Projects pane. Click on a project name, and the Project Settings window will open. Locate the Connection field and click on the name. Scroll down to the Settings, and the first text block lists your IP addresses.

Static IP addresses

dbt platform is hosted on AWS, Azure, and the Google Cloud Platform (GCP). While we can offer static URLs for access, we cannot provide a list of IP addresses to configure connections due to the nature of these cloud services.

  • Dynamic IP addresses — dbt platform provides static URLs for streamlined access, but the dynamic nature of cloud services means the underlying IP addresses can change occasionally. Cloud providers manage these IP ranges and may update them based on operational and security needs.

  • Using hostnames for consistent access — To ensure uninterrupted access, use dbt platform hostnames. Hostnames provide a consistent reference point, such as abc123.us1.dbt.com, even if underlying IP addresses change. This aligns with an industry-standard practice used by platforms such as Snowflake.

  • Optimizing VPN connections — You should integrate a proxy alongside VPN for users who leverage VPN connections. This strategy enables steady IP addresses for your connections, facilitating smooth traffic flow through the VPN and onward to dbt platform. By employing a proxy and a VPN, you can direct traffic through the VPN and then to dbt platform. It's crucial to set up the proxy if you need to integrate with additional services.

API Access URLs

For dbt platform accounts with cell-based account prefixes, account API access URLs are unique per account. You can find these URLs in Account settings, under Account information.

Access URLs in the account settingsAccess URLs in the account settings

These URLs are unique to each account and begin with the same prefix as the URL used to access your account. The URLs cover the following APIs:

  • Admin API (via access URL)
  • Semantic Layer JDBC API
  • Semantic Layer GraphQL API
  • Discovery API

Learn more about these features in our API documentation.

Was this page helpful?

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

0
Loading