2021-05-08 14:21:55 -07:00
|
|
|
cloud_id: {{env["ANYSCALE_CLOUD_ID"]}}
|
|
|
|
region: us-west-2
|
|
|
|
|
|
|
|
max_workers: 3
|
|
|
|
|
2021-06-11 18:29:22 -07:00
|
|
|
aws:
|
|
|
|
BlockDeviceMappings:
|
|
|
|
- DeviceName: /dev/sda1
|
|
|
|
Ebs:
|
|
|
|
VolumeSize: 500
|
|
|
|
|
2021-05-08 14:21:55 -07:00
|
|
|
head_node_type:
|
|
|
|
name: head_node
|
2021-09-02 17:45:02 -07:00
|
|
|
instance_type: i3.4xlarge
|
2021-06-09 22:38:53 -07:00
|
|
|
resources: {"object_store_memory": 21474836480}
|
2021-05-08 14:21:55 -07:00
|
|
|
|
|
|
|
worker_node_types:
|
2021-06-11 18:29:22 -07:00
|
|
|
- name: worker_node2
|
2021-09-02 17:45:02 -07:00
|
|
|
instance_type: i3.4xlarge
|
2021-05-08 14:21:55 -07:00
|
|
|
min_workers: 3
|
|
|
|
max_workers: 3
|
|
|
|
use_spot: false
|
2021-06-09 22:38:53 -07:00
|
|
|
resources: {"object_store_memory": 21474836480}
|