2021-06-16 21:37:17 +01:00
|
|
|
cloud_id: {{env["ANYSCALE_CLOUD_ID"]}}
|
|
|
|
region: us-west-2
|
|
|
|
|
|
|
|
max_workers: 0
|
|
|
|
|
|
|
|
head_node_type:
|
|
|
|
name: head_node
|
|
|
|
instance_type: m5.2xlarge
|
|
|
|
|
|
|
|
worker_node_types:
|
|
|
|
- name: worker_node
|
|
|
|
instance_type: m5.2xlarge
|
|
|
|
min_workers: 0
|
|
|
|
max_workers: 0
|
|
|
|
use_spot: false
|
|
|
|
|
|
|
|
aws:
|
|
|
|
TagSpecifications:
|
|
|
|
- ResourceType: "instance"
|
|
|
|
Tags:
|
|
|
|
- Key: anyscale-user
|
|
|
|
Value: '{{env["ANYSCALE_USER"]}}'
|
|
|
|
- Key: anyscale-expiration
|
2021-07-20 17:03:14 -07:00
|
|
|
Value: '{{env["EXPIRATION_2D"]}}'
|
2021-10-03 22:52:44 -07:00
|
|
|
|
|
|
|
BlockDeviceMappings:
|
|
|
|
- DeviceName: /dev/sda1
|
|
|
|
Ebs:
|
|
|
|
VolumeSize: 202
|