ray/release/nightly_tests/dataset/shuffle_compute.yaml
2021-08-20 11:26:01 -07:00

27 lines
No EOL
561 B
YAML

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: g3.4xlarge
worker_node_types:
- name: worker_node
instance_type: g3.4xlarge
min_workers: 4
max_workers: 4
use_spot: false
- name: worker_node_2
instance_type: c5.9xlarge
min_workers: 2
max_workers: 2
use_spot: false