mlops-aws-infrastructure

databricks/mlops-aws-infrastructure/databricks

Terraform Module HCL DATABRICKS ✓ Verified

This module sets up multi-workspace model registry between a Databricks AWS development (dev) workspace, staging workspace, and production (prod) workspace, allowing READ access from dev/staging workspaces to staging & prod model registries.

Install
module "mlops-aws-infrastructure" {
source = "databricks/mlops-aws-infrastructure/databricks"
version = "0.0.2"
}
plain text: /constructs/tfmod-databricks-mlops-aws-infrastructure-databricks/install.txt
⭐ Source on GitHub 📦 Registry page
README

MLOps AWS Infrastructure Module This module sets up multi-workspace model registry between a development (dev) workspace, a staging workspace, and a production (prod) workspace, allowing READ access from dev/staging workspaces to staging & prod model registries. The module performs this setup by creating service principals in the staging and prod workspaces with READ-only access to their respective model registries. It will also create secret scopes and store the necessary secrets in the dev and staging workspaces, and only give READ access to this secret scope to the "users" group and the generated service principals group. The output of this module will be the secret scope names and prefixes since these values are needed to be able to access the remote model registry. _NOTE:_ 1. This mod

Inputs (3)
NameTypeDescriptionDefault
staging_workspace_idstringWorkspace ID of the staging workspace (can be often found in the URL) used for r required
prod_workspace_idstringWorkspace ID of the prod workspace (can be often found in the URL) used for remo required
additional_token_usage_groupslist(string)List of groups that should have token usage permissions in the staging and prod []
Outputs (7)
staging_secret_scope_name_for_prod — The name of the secret scope created in the staging workspace that is used for remote model registry
dev_secret_scope_prefix_for_staging — The prefix used in the dev workspace secret scope for remote model registry access to the staging wo
dev_secret_scope_prefix_for_prod — The prefix used in the dev workspace secret scope for remote model registry access to the prod works
staging_secret_scope_prefix_for_prod — The prefix used in the staging workspace secret scope for remote model registry access to the prod w
service_principal_group_name — The name of the service principal group created in the staging and prod workspace.
dev_secret_scope_name_for_staging — The name of the secret scope created in the dev workspace that is used for remote model registry acc
dev_secret_scope_name_for_prod — The name of the secret scope created in the dev workspace that is used for remote model registry acc
Resources (2)
databricks_groupdatabricks_permissions
Details
FrameworkTerraform Module
LanguageHCL
Version0.0.2
Cloud DATABRICKS
★ Stars4
Forks3
Total downloads234
Inputs3
Outputs7
Resources2
Submodules2
LicenseApache-2.0
Namespacedatabricks
Updated