Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Static IP addresses #3803

Merged
merged 18 commits into from
Nov 2, 2023
Merged
Changes from 2 commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
411b1a8
Static IP addresses
matthewshaver Jul 24, 2023
8f420aa
Merge branch 'current' into static-ip
mirnawong1 Aug 10, 2023
cc2f12b
Merge branch 'current' into static-ip
mirnawong1 Aug 14, 2023
0853d3c
Update website/docs/docs/cloud/about-cloud/regions-ip-addresses.md
matthewshaver Aug 31, 2023
f1cad10
Apply suggestions from code review
matthewshaver Aug 31, 2023
f5d0271
Merge branch 'current' into static-ip
matthewshaver Aug 31, 2023
86c0cf4
Merge branch 'current' into static-ip
matthewshaver Oct 18, 2023
b9afd70
Update website/docs/docs/cloud/about-cloud/regions-ip-addresses.md
matthewshaver Oct 19, 2023
16aabd5
Update website/docs/docs/cloud/about-cloud/regions-ip-addresses.md
matthewshaver Oct 19, 2023
5081d49
Merge branch 'current' into static-ip
matthewshaver Oct 27, 2023
23a0413
Update website/docs/docs/cloud/about-cloud/regions-ip-addresses.md
matthewshaver Oct 27, 2023
bdf9e13
Update website/docs/docs/cloud/about-cloud/regions-ip-addresses.md
matthewshaver Oct 27, 2023
54204d3
Merge branch 'current' into static-ip
matthewshaver Nov 2, 2023
d8efce7
Update website/docs/docs/cloud/about-cloud/regions-ip-addresses.md
matthewshaver Nov 2, 2023
cdcc6f2
Update website/docs/docs/cloud/about-cloud/regions-ip-addresses.md
matthewshaver Nov 2, 2023
025a2cd
Update website/docs/docs/cloud/about-cloud/regions-ip-addresses.md
matthewshaver Nov 2, 2023
3bcf52d
Merge branch 'current' into static-ip
matthewshaver Nov 2, 2023
59b335d
Merge branch 'current' into static-ip
matthewshaver Nov 2, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions website/docs/docs/cloud/about-cloud/regions-ip-addresses.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,13 @@ dbt Cloud is [hosted](/docs/cloud/about-cloud/architecture) in multiple regions


[^1]: These regions support [multi-tenant](/docs/cloud/about-cloud/tenancy) deployment environments hosted by dbt Labs.

## Static IP addresses

dbt Cloud, like many cloud services, relies on underlying AWS cloud infrastructure for operations. Due to this, while we can offer exact URLs for access, we're unable to provide a list of static IP addresses to configure connections.
matthewshaver marked this conversation as resolved.
Show resolved Hide resolved

1. Dynamic IP Addresses — Our cloud infrastructure is built upon Amazon Web Services (AWS). Due to the adaptive nature of cloud services, while dbt Cloud can provide exact URLs for streamlined access, the underlying IP addresses are dynamic and will change occasionally. AWS manages the IP ranges and may change them according to their operational requirements.
matthewshaver marked this conversation as resolved.
Show resolved Hide resolved

2. Embracing Hostnames for Consistent Access — To ensure uninterrupted access to dbt Cloud services, we recommend using hostnames for configurations. Hostnames provide a stable reference point that remains consistent, regardless of any changes in underlying IP addresses. This is an industry-standard pattern that's also employed by organizations such as Snowflake.
matthewshaver marked this conversation as resolved.
Show resolved Hide resolved

3. Optimizing VPN Connections — Customers who leverage VPN connections, we suggest integrating a proxy alongside the VPN. This strategy allows you to maintain consistent IP addresses for your connections, facilitating seamless traffic flow through the VPN and onward to dbt Cloud. By employing a proxy and a VPN, traffic can be directed through the VPN and then to dbt Cloud. If there's any need to integrate with additional services, it's crucial to set up the proxy accordingly.
matthewshaver marked this conversation as resolved.
Show resolved Hide resolved