Giter Site home page Giter Site logo

cambiahealth / terraform-google-datalab Goto Github PK

View Code? Open in Web Editor NEW

This project forked from terraform-google-modules/terraform-google-datalab

0.0 1.0 0.0 124 KB

This module will create DataLab instances with support for GPU instances.

License: Apache License 2.0

Ruby 17.89% Makefile 5.09% HCL 47.40% Shell 10.31% Smarty 19.31%

terraform-google-datalab's Introduction

Google Datalab Terraform Module

Use Cloud Datalab to easily explore, visualize, analyze, and transform data using familiar languages, such as Python and SQL, interactively.

Compatibility

This module is meant for use with Terraform 0.12.

Usage

Basic usage of this module is as follows:

module "datalab" {
  source             = "terraform-google-modules/datalab/google//modules/instance"
  version            = "~> 1.0"
  project_id         = "<PROJECT ID>"
  zone               = "us-central1-c"
  datalab_user_email = "<DATALAB USER EMAIL>
  network_name       = "datalab-network"
  subnet_name        = "datalab-subnetwork"
}

Functional examples are included in the examples directory.

Requirements

These sections describe requirements for using this module.

Software

The following dependencies must be available:

Service Account

A service account with the following minimum roles must be used to provision the resources of this module:

  • Compute Instance Admin: roles/compute.instanceAdmin (create instance)
  • Compute Security Admin: roles/compute.securityAdmin (create firewall rule)
  • Service Account User: roles/iam.serviceAccountUser (access service account)

If using the examples you will need these additional roles.

  • Compute Network Admin: roles/compute.networkAdmin (create VPC)

Advance Example

  • Service Account Admin: roles/iam.serviceAccountAdmin (create service account)
  • Projects IAM Admin: roles/resourcemanager.projectIamAdmin (set IAM policy on project)

Service Account for instance

The service account for the datalab instances will need the permission compute.instances.stop in order to allow the idle timeout option to shutdown the instance.

APIs

A project with the following APIs enabled must be used to host the resources of this module:

  • Compute Engine API : compute.googleapis.com
  • Identity and Access Management API : iam.googleapis.com
  • Cloud Resource Manager API: cloudresourcemanager.googleapis.com

Contributing

Refer to the contribution guidelines for information on contributing to this module.

Access the Cloud Datalab UI

Setup tunnel to the Datalab UI

gcloud beta compute start-iap-tunnel INSTANCE_NAME 8080 \
  --project PROJECT \
  --zone ZONE \
  --local-host-port=localhost:8080

Using your browser go to http://localhost:8080

GPU instances

Not all GPU types are supported in all zones. Go here to check which GPU type and zones are supported https://cloud.google.com/compute/docs/gpus/

The Datalab GPU instance will take a few more minutes to come up since it needs to install the NVIDIA Accelerated Graphics Driver

To verify that the drivers are installed correctly and the instance has the correct number of GPUs run: /var/lib/nvidia/bin/nvidia-smi

terraform-google-datalab's People

Contributors

taylorludwig avatar emailbob avatar aaron-lane avatar morgante avatar paulpalamarchuk avatar nick4fake avatar jakebiesinger-onduo avatar mikhail-khodorovskiy avatar skozlovsky avatar

Watchers

James Cloos 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.