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