2021-07-20 08:56:29 -07:00
|
|
|
cloud_id: {{env["ANYSCALE_CLOUD_ID"]}}
|
|
|
|
region: us-west-2
|
|
|
|
|
2022-03-08 21:34:01 -06:00
|
|
|
# 1k max replicas (ceil(1000 / 32) = 32 nodes needed)
|
|
|
|
max_workers: 32
|
2021-07-20 08:56:29 -07:00
|
|
|
|
|
|
|
head_node_type:
|
|
|
|
name: head_node
|
2022-03-08 21:34:01 -06:00
|
|
|
# 32 cpus, x86, 128G mem, 10Gb NIC
|
|
|
|
instance_type: m5.8xlarge
|
2021-07-20 08:56:29 -07:00
|
|
|
|
|
|
|
worker_node_types:
|
|
|
|
- name: worker_node
|
2022-03-08 21:34:01 -06:00
|
|
|
# 32 cpus, x86, 128G mem, 10Gb NIC
|
|
|
|
instance_type: m5.8xlarge
|
|
|
|
min_workers: 32
|
|
|
|
max_workers: 32
|
2021-07-20 08:56:29 -07:00
|
|
|
use_spot: false
|
|
|
|
|
|
|
|
aws:
|
|
|
|
TagSpecifications:
|
|
|
|
- ResourceType: "instance"
|
|
|
|
Tags:
|
|
|
|
- Key: anyscale-user
|
|
|
|
Value: '{{env["ANYSCALE_USER"]}}'
|
|
|
|
- Key: anyscale-expiration
|
2021-07-26 11:15:46 -05:00
|
|
|
Value: '{{env["EXPIRATION_1D"]}}'
|