cpt_autoscaling_1-3_gce.yaml 309 B

123456789101112131415
  1. cloud_id: {{env["ANYSCALE_CLOUD_ID"]}}
  2. region: us-west1
  3. allowed_azs:
  4. - us-west1-b
  5. head_node_type:
  6. name: head_node
  7. instance_type: n2-standard-4 # 4 CPUs
  8. worker_node_types:
  9. - name: worker_node
  10. instance_type: n2-standard-4
  11. min_workers: 0
  12. max_workers: 2
  13. use_spot: false