2021-07-20 08:56:29 -07:00
|
|
|
cloud_id: {{env["ANYSCALE_CLOUD_ID"]}}
|
|
|
|
region: us-west-2
|
|
|
|
|
2021-07-27 08:46:45 -07:00
|
|
|
# 1k max replicas (1000 / 8 = 125 containers needed)
|
2021-07-20 08:56:29 -07:00
|
|
|
max_workers: 130
|
|
|
|
|
|
|
|
head_node_type:
|
|
|
|
name: head_node
|
|
|
|
# 8 cpus, x86, 32G mem, 10Gb NIC, $0.384/hr on demand
|
|
|
|
instance_type: m5.2xlarge
|
|
|
|
|
|
|
|
worker_node_types:
|
|
|
|
- name: worker_node
|
2021-07-27 08:46:45 -07:00
|
|
|
# 8 cpus, x86, 32G mem, 10Gb NIC, $0.384/hr on demand
|
2021-07-20 08:56:29 -07:00
|
|
|
instance_type: m5.2xlarge
|
2021-07-26 11:15:46 -05:00
|
|
|
min_workers: 130
|
2021-07-20 08:56:29 -07:00
|
|
|
# 1k max replicas
|
|
|
|
max_workers: 130
|
|
|
|
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"]}}'
|