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 8 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 @@ -25,3 +25,13 @@ dbt Cloud is [hosted](/docs/cloud/about-cloud/architecture) in multiple regions
There are two ways to view your dbt Cloud 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 Cloud, like many cloud services, relies on underlying AWS cloud infrastructure for operations. While we can offer exact URLs for access, we're unable to provide a list of static IP addresses to configure connections due to its cloud nature.
matthewshaver marked this conversation as resolved.
Show resolved Hide resolved

1. Dynamic IP addresses — dbt Cloud infrastructure uses Amazon Web Services (AWS). dbt Cloud offers static URLs for streamlined access, but the dynamic nature of cloud services means the underlying IP addresses change occasionally. AWS manages the IP ranges and may change them according to their operational and security needs.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we change these to bullets?

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 — We suggest integrating a proxy alongside the 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 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
Loading