2021-09-23 20:39:03 -07:00
|
|
|
cloud_id: cld_17WvYIBBkdgLwEUNcLeRAE
|
|
|
|
region: us-west-2
|
|
|
|
|
|
|
|
max_workers: 999
|
|
|
|
|
|
|
|
aws:
|
|
|
|
IamInstanceProfile: {"Name": "ray-autoscaler-v1"}
|
|
|
|
BlockDeviceMappings:
|
|
|
|
- DeviceName: /dev/sda1
|
|
|
|
Ebs:
|
|
|
|
VolumeSize: 500
|
|
|
|
|
|
|
|
head_node_type:
|
|
|
|
name: head_node
|
|
|
|
instance_type: i3.8xlarge
|
|
|
|
|
|
|
|
worker_node_types:
|
|
|
|
- name: memory_node
|
|
|
|
instance_type: i3.8xlarge
|
2022-01-27 09:17:01 -08:00
|
|
|
min_workers: 20
|
|
|
|
max_workers: 20
|
2021-09-23 20:39:03 -07:00
|
|
|
use_spot: false
|
|
|
|
- name: gpu_node
|
|
|
|
instance_type: i3.8xlarge
|
|
|
|
min_workers: 4
|
|
|
|
max_workers: 4
|
|
|
|
use_spot: false
|
|
|
|
resources:
|
2022-01-27 09:17:01 -08:00
|
|
|
cpu: 0
|
2021-09-23 20:39:03 -07:00
|
|
|
gpu: 4
|