-
Notifications
You must be signed in to change notification settings - Fork 982
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
Brian gillet patch 2 #1864
Closed
Closed
Brian gillet patch 2 #1864
Changes from 5 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
d1903d2
Update deployment-overview.md
brian-gillet a70fbca
Update single tenant page
brian-gillet 79331d7
Added references to Azure
brian-gillet 66f0483
Updated multi-tenant page
brian-gillet 4220d49
Create consistent capitalization
brian-gillet b3ddf25
updating to current
a30a98f
fixing mailto
1374ad6
Merge branch 'current' into brian-gillet-patch-2
mirnawong1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,12 +5,14 @@ title: Overview | |
|
||
:::info Deployments | ||
|
||
This section provides an overview of the deployment types available for dbt Cloud. | ||
This section provides an overview of the deployment types available with specific dbt Cloud plans. | ||
If you’re interested in learning more about an Enterprise plan, contact us at [email protected]. | ||
|
||
::: | ||
|
||
In general, the dbt Cloud application deployment models fall into two categories: **Multi Tenant** and **Single Tenant**. These deployments are hosted on infrastructure managed by dbt Labs. Both models leverage AWS infrastructure as described in the [Architecture](deployment-architecture) section. | ||
In general, the dbt Cloud application deployment models fall into two categories: **Multi Tenant** and **Single Tenant**. These deployments are hosted on infrastructure managed by dbt Labs. The Multi Tenant model leverages AWS infrastructure as described in the [Architecture](deployment-architecture) section. | ||
|
||
The Single Tenant model can be deployed to AWS or Azure infrastructure managed by dbt Labs. The Single Tenant model is only available with dbt Labs' Virtual Private dbt plan. All other plans leverage the Multi Tenant model. Contact us at [email protected] to discuss the best plan for your requirements. | ||
|
||
For more information on these deployment models view the below pages. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -5,6 +5,8 @@ title: Multi Tenant (SaaS) | |||||
|
||||||
The Multi Tenant (SaaS) deployment environment refers to the SaaS dbt Cloud application hosted by dbt Labs. This is the most commonly used deployment and is completely managed and maintained by dbt Labs, the makers of dbt. As a SaaS product, a user can quickly [create an account](https://www.getdbt.com/signup/) and get started using the product. The deployment is hosted in AWS and will always contain the latest software updates and bug fixes. | ||||||
|
||||||
If your organization requires more advanced security, SSO/RBAC, or additional support, please contact dbt Labs sales ([email protected]) to learn more about our Enterprise plans. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
For more information about the dbt Cloud Production deployment see the below. | ||||||
|
||||||
- [Application Data Flows](/docs/dbt-cloud/deployments/deployment-architecture#application-data-flows) | ||||||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -3,15 +3,15 @@ id: single-tenant-deployment | |||||
title: Single Tenant | ||||||
--- | ||||||
|
||||||
The Single Tenant deployment environment provides a hosted alternative to the Multi Tenant (SaaS) dbt Cloud environment. While still managed and maintained by dbt Labs, the Single Tenant environment provides dedicated infrastructure with one or more instances of dbt Cloud that can only be accessed by a single customer. This is accomplished by spinning up all the necessary infrastructure with a re-usable Infrastructure as Code (IaC) deployment built with [Terraform](https://www.terraform.io/). The Single Tenant infrastructure lives in a dedicated AWS account and can be customized with certain configurations such as Firewall rules to limit ingress traffic or hosting in a specific AWS Region. | ||||||
The Single Tenant deployment environment provides a hosted alternative to the Multi Tenant (SaaS) dbt Cloud environment. While still managed and maintained by dbt Labs, the Single Tenant environment provides dedicated infrastructure with one or more instances of dbt Cloud that can only be accessed by a single customer. This is accomplished by spinning up all the necessary infrastructure with a re-usable Infrastructure as Code (IaC) deployment built with [Terraform](https://www.terraform.io/). The Single Tenant infrastructure lives in a dedicated AWS or Azure account and can be customized with certain configurations such as Firewall rules to limit ingress traffic or hosting in a specific AWS or Azure Region. | ||||||
|
||||||
A few common reasons for choosing a Single Tenant deployment over the Production SaaS product include: | ||||||
A couple common reasons for choosing the Virtual Private dbt plan, which includes a Single Tenant deployment include: | ||||||
- A requirement that the dbt Cloud application be hosted in a dedicated VPC that is logically separated from other customer infrastructure | ||||||
- A desire for multiple isolated dbt Cloud instances for testing, development, etc | ||||||
|
||||||
_To learn more about setting up a dbt Cloud Single Tenant deployment, [please contact our sales team](mailto:[email protected])._ | ||||||
_To learn more about the Virtual Private dbt plan, [please contact our sales team](mailto:[email protected])._ | ||||||
|
||||||
For more information about the dbt Cloud Single Tenant deployment see the below. | ||||||
For more information about the Single Tenant deployment see the below. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
- [Application Data Flows](/docs/dbt-cloud/deployments/deployment-architecture#application-data-flows) | ||||||
- [Hosted Network Architecture](/docs/dbt-cloud/deployments/deployment-architecture#hosted-network-architecture) |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.