2021-06-09 22:38:53 -07:00
|
|
|
cloud_id: {{env["ANYSCALE_CLOUD_ID"]}}
|
|
|
|
region: us-west-2
|
|
|
|
|
2021-06-11 18:29:22 -07:00
|
|
|
aws:
|
|
|
|
BlockDeviceMappings:
|
|
|
|
- DeviceName: /dev/sda1
|
|
|
|
Ebs:
|
|
|
|
VolumeSize: 500
|
|
|
|
|
2021-06-09 22:38:53 -07:00
|
|
|
head_node_type:
|
|
|
|
name: head_node
|
2022-04-25 17:56:08 -07:00
|
|
|
instance_type: i3.8xlarge
|
2021-06-09 22:38:53 -07:00
|
|
|
resources: {"object_store_memory": 21474836480}
|
|
|
|
|
|
|
|
worker_node_types:
|
|
|
|
- name: worker_node
|
2022-04-25 17:56:08 -07:00
|
|
|
instance_type: i3.8xlarge
|
2021-06-09 22:38:53 -07:00
|
|
|
min_workers: 19
|
|
|
|
max_workers: 19
|
|
|
|
use_spot: false
|
|
|
|
resources: {"object_store_memory": 21474836480}
|