mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
22 lines
No EOL
440 B
YAML
22 lines
No EOL
440 B
YAML
cloud_id: cld_17WvYIBBkdgLwEUNcLeRAE
|
|
region: us-west-2
|
|
|
|
max_workers: 0
|
|
|
|
aws:
|
|
IamInstanceProfile: {"Name": "ray-autoscaler-v1"}
|
|
BlockDeviceMappings:
|
|
- DeviceName: /dev/sda1
|
|
Ebs:
|
|
VolumeSize: 500
|
|
|
|
head_node_type:
|
|
name: head_node
|
|
instance_type: g4dn.16xlarge
|
|
|
|
worker_node_types:
|
|
- name: memory_node
|
|
instance_type: i3.8xlarge
|
|
min_workers: 0
|
|
max_workers: 0
|
|
use_spot: false |