From the course: Data Science on Google Cloud Platform: Exploratory Data Analytics

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Datalab instance management

Datalab instance management - Google Cloud Tutorial

From the course: Data Science on Google Cloud Platform: Exploratory Data Analytics

Start my 1-month free trial

Datalab instance management

- [Instructor] We have been so far using a single instance of Datalab for all our Datalab work. We can create multiple instances as needed and use them for different projects. Here is a rundown of the instance management commands that can be used to control instances through the SDK command line. Please note that each instance results in a new compute engine VM which in turn results in billing costs. You can create a new Datalab instance using the datalab create command, and pass the instance name as the parameter. You can connect to an existing instance using the datalab connect command. The connect command will start at the instance if it is not up already. You can shut down the instance using the datalab stop command. Make sure that you shut down instances which are not in use to save billing costs. Finally, you can delete an instance using the delete command. The delete disk option can be used to physically delete all the disks on which your notebooks are saved.

Contents