-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.yaml
39 lines (38 loc) · 1.49 KB
/
example.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
instance-creation:
cloud-service : aws
user-platform : osx
aws-credentials:
generate-configuration : FALSE
default-region : us-east-2
key-id : [REDACTED]
secret-key : [REDACTED]
cli-parameters:
ami-id : ami-06e2d763
instance-type : t2.micro
instance-number : 3
security-group-id : [REDACTED]
keyfile:
key-path : /users/aleith/.ssh
key-name : aleith-workshop
spot:
spot-price : .0035
wait-time : 3
fallback : True
contingency-type : on-demand
blacklist:
blacklist-type : automatic
instance-configuration:
directory-parameters:
generate-directory : TRUE
user-list : registration_tiny.csv
push-repo : /users/aleith/github_pages/cbc-workshop-directory
push-subfolder : docs/assets
verbosity : FALSE
logging:
cron-interval : 0
log-directory : /Users/aleith/jupyterfleet
wait : FALSE
username : ubuntu
conda-path : /home/ubuntu/miniconda/bin
jupyter-port : 15500
jupyter-password : [REDACTED]