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
|
2024-06-20 11:04:39 -07:00
|
|
|
resources:
|
|
|
|
|
custom_resources:
|
|
|
|
|
worker: 1
|
2021-07-20 08:56:29 -07:00
|
|
|
|
2024-11-20 14:39:25 -08:00
|
|
|
advanced_configurations_json:
|
2021-07-20 08:56:29 -07:00
|
|
|
TagSpecifications:
|
|
|
|
|
- ResourceType: "instance"
|
|
|
|
|
Tags:
|
2023-02-21 09:51:15 -08:00
|
|
|
- Key: ttl-hours
|
2023-02-21 22:37:14 -08:00
|
|
|
Value: '24'
|