Giter Club home page Giter Club logo

terraform-modern-data-platform's Introduction

terraform-moder-data-platform:

Modern Data Platform environment created using terraform

Contents

mdp-release1-details

Intro

This release of the terraform-modern-data-platform provides a basic Azure Databricks instance and three Azure v2 Storage Accounts to serve as the Bronze, Silver, Gold storage model popular in the Data Lake House model. The ADB instance is secured in this release by removing the public IP address requiring all traffic to go through the Loadbalancer and no direct external traffic allowed. We have also implemented the first of many Azure Policies, restricting the geopolitical location of the Databricks instance to East US 2 and Central US.

Details

  1. Core Resource Group
  2. Managed Resource Group (auto generated by Azure Databricks)
  3. Vnet - in the Core Resource Group but affects resources in the managed resource group
  4. Public Subnet
  5. Private Subnet
  6. NSG that protects both the public & private subnets
  7. Loadbalancer that points to the Public Subnet
  8. Public IP address for the Load Balancer
  9. 3 v2 Storage Accounts for the Modern Data Platform
  10. The Azure Databricks Service Instance
  11. VMs spun up when a Databricks cluster is spun up
  12. Azure Policy restricting the Regions to eastus2 & centralus

Requirements

  • An Azure Subscription
  • Terraform

Executing the Terraform

Initial Setup

(once per environment)

az account login
./ConfigureAzureForSecureTerraformAccess.sh

Bootstrapping & executing

(per project/environment switch)

source ../terraform-azure-bootstrap/TerraformAzureBootstrap.sh -f env/dev.tfvars
terraform apply -var-file env/dev.tfvars

Executing after bootstrapping

terraform apply --var-file env/dev.tfvars

terraform-modern-data-platform's People

Contributors

sfibich avatar

Stargazers

Atadzhan avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.