[autoscaler] Increased head and worker storage to 25 GiB (#1401)

* Increased head and worker storage to 25 GiB

* Update example.yaml
This commit is contained in:
Peter Schafhalter
2018-01-21 13:09:29 -08:00
committed by Philipp Moritz
parent 04a50aa9ae
commit 83949a533b
2 changed files with 18 additions and 0 deletions
@@ -39,6 +39,12 @@ head_node:
InstanceType: m4.16xlarge
ImageId: ami-0def3275 # Default Ubuntu 16.04 AMI.
# Set primary volume to 25 GiB
BlockDeviceMappings:
- DeviceName: /dev/sda1
Ebs:
VolumeSize: 25
# Additional options in the boto docs.
# Provider-specific config for worker nodes, e.g. instance type. By default
@@ -49,6 +55,12 @@ worker_nodes:
InstanceType: m4.16xlarge
ImageId: ami-0def3275 # Default Ubuntu 16.04 AMI.
# Set primary volume to 25 GiB
BlockDeviceMappings:
- DeviceName: /dev/sda1
Ebs:
VolumeSize: 25
# Run workers on spot by default. Comment this out to use on-demand.
InstanceMarketOptions:
MarketType: spot
+6
View File
@@ -40,6 +40,12 @@ head_node:
InstanceType: m5.large
ImageId: ami-3b6bce43 # Amazon Deep Learning AMI (Ubuntu)
# You can provision additional disk space with a conf as follows
# BlockDeviceMappings:
# - DeviceName: /dev/sda1
# Ebs:
# VolumeSize: 100
# Additional options in the boto docs.
# Provider-specific config for worker nodes, e.g. instance type. By default