April 2018
Beginner to intermediate
500 pages
11h 26m
English
Startup scripts allow you to run a script when starting up or creating an instance. For instance, to always install miniconda and related data science packages when creating a new instance, simply write the following script in a file on your local machine:
Then as you start the new instance, supply the --metadata-from-file flag, followed by startup-script=PATH/TO/FILE, where PATH/TO/FILE is a relative path to the startup script:
Read now
Unlock full access