2021-06-01 20:19:15 +02:00
|
|
|
cloud_id: {{env["ANYSCALE_CLOUD_ID"]}}
|
|
|
|
region: us-west-2
|
|
|
|
|
|
|
|
max_workers: 3
|
|
|
|
|
|
|
|
head_node_type:
|
|
|
|
name: head_node
|
|
|
|
instance_type: g3.8xlarge
|
|
|
|
|
|
|
|
worker_node_types:
|
|
|
|
- name: worker_node
|
|
|
|
instance_type: g3.8xlarge
|
|
|
|
max_workers: 3
|
2021-11-01 18:28:07 -07:00
|
|
|
min_workers: 3
|
2021-06-01 20:19:15 +02:00
|
|
|
use_spot: false
|
|
|
|
|
|
|
|
aws:
|
|
|
|
TagSpecifications:
|
|
|
|
- ResourceType: "instance"
|
|
|
|
Tags:
|
|
|
|
- Key: anyscale-user
|
|
|
|
Value: '{{env["ANYSCALE_USER"]}}'
|
|
|
|
- Key: anyscale-expiration
|
2021-06-24 07:56:02 -07:00
|
|
|
Value: '{{env["EXPIRATION_1D"]}}'
|
2021-10-30 14:41:31 -07:00
|
|
|
|
|
|
|
BlockDeviceMappings:
|
|
|
|
- DeviceName: /dev/sda1
|
|
|
|
Ebs:
|
|
|
|
VolumeSize: 500
|