Skip to main content

Access, Regions, & IP addresses

dbt is hosted in multiple regions and 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.
RegionLocationAccess URLIP addressesAvailable plans
Status page link
North America 1AWS us-east-1 (N. Virginia)Multi-tenant:
cloud.getdbt.com

Cell based: ACCOUNT_PREFIX.us1.dbt.com
52.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
North America 1Azure
East US 2 (Virginia)
Cell based: ACCOUNT_PREFIX.us2.dbt.com20.10.67.192/26All Enterprise plansUS Cell 1 AZURE
North America 1GCP (us-central1) betaCell based: ACCOUNT_PREFIX.us3.dbt.com34.33.2.0/26All Enterprise plansUS Cell 1 GCP
EMEA 1AWS eu-central-1 (Frankfurt)emea.dbt.com3.123.45.39
3.126.140.248
3.72.153.148
All Enterprise plansEMEA AWS
EMEA 1Azure
North Europe (Ireland)
Cell based: ACCOUNT_PREFIX.eu2.dbt.com20.13.190.192/26All Enterprise plansEMEA Cell 1 AZURE
APAC 1AWS ap-southeast-2 (Sydney)au.dbt.com52.65.89.235
3.106.40.33
13.239.155.206
All Enterprise plansAPAC AWS
Virtual Private dbt or Single tenantCustomizedCustomizedAsk Support for your IPsAll Enterprise plansCustomized

Accessing your account

To log into dbt, use the URL that applies to your environment. Your access URL used will depend on a few factors, including location and tenancy:

  • US multi-tenant: Use your unique URL that starts with your account prefix, followed by us1.dbt.com. For example, abc123.us1.dbt.com. You can also use cloud.getdbt.com, but this URL will be removed in the future.

    • If you are unsure of your access URL, navigate to us1.dbt.com and enter your dbt credentials. If you are a member of a single account, you will be logged in, and your URL will be displayed in the browser. If you are a member of multiple accounts, you will be presented with a list of options, along with the appropriate login URLs for each.
    dbt accountsdbt accounts
  • EMEA multi-tenant: Use emea.dbt.com.

  • APAC multi-tenant: Use au.dbt.com.

  • Worldwide single-tenant and VPC: Use the vanity URL provided during your onboarding.

Locating your dbt IP addresses

There are two ways to view your dbt 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 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 offers static URLs for streamlined access, but the dynamic nature of cloud services means the underlying IP addresses change occasionally. The cloud service provider manages the IP ranges and may change them according to their operational and security needs.

  • Using hostnames for consistent access — To ensure uninterrupted access, we recommend that you use dbt services using hostnames. Hostnames provide a consistent reference point, regardless of any changes in underlying IP addresses. We are aligning with an industry-standard practice employed by organizations 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. By employing a proxy and a VPN, you can direct traffic through the VPN and then to dbt. It's crucial to set up the proxy if you need to integrate with additional services.

API Access URLs

dbt accounts with cell-based account prefixes have unique access URLs for account APIs. These URLs can be found in your Account settings below the Account information pane.

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.

Footnotes

  1. These regions support multi-tenant deployment environments hosted by dbt Labs. 2 3 4 5 6

0