ray/release/nightly_tests/shuffle/shuffle_compute_autoscaling.yaml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
371 B
YAML
Raw Normal View History

cloud_id: {{env["ANYSCALE_CLOUD_ID"]}}
region: us-west-2
aws:
BlockDeviceMappings:
- DeviceName: /dev/sda1
Ebs:
VolumeSize: 500
head_node_type:
name: head_node
instance_type: i3.4xlarge
worker_node_types:
- name: worker_node
instance_type: i3.4xlarge
min_workers: 0
max_workers: 19
use_spot: false