many_nodes_gce.yaml 490 B

12345678910111213141516171819202122232425
  1. cloud_id: {{env["ANYSCALE_CLOUD_ID"]}}
  2. region: us-west1
  3. allowed_azs:
  4. - us-west1-c
  5. max_workers: 999
  6. head_node_type:
  7. name: head_node
  8. instance_type: n2-standard-64 # Network optimized.
  9. resources:
  10. cpu: 0
  11. custom_resources:
  12. node: 1
  13. small: 1
  14. worker_node_types:
  15. - name: small_worker
  16. instance_type: n2-standard-8
  17. min_workers: 249
  18. max_workers: 249
  19. use_spot: false
  20. resources:
  21. custom_resources:
  22. node: 1