tpl_cpu_4_gce.yaml 464 B

123456789101112131415161718192021222324
  1. cloud_id: {{env["ANYSCALE_CLOUD_ID"]}}
  2. region: us-west1
  3. allowed_azs:
  4. - us-west1-c
  5. max_workers: 3
  6. head_node_type:
  7. name: head_node
  8. instance_type: n2-standard-8 # m5.2xlarge
  9. worker_node_types:
  10. - name: worker_node
  11. instance_type: n2-standard-8 # m5.2xlarge
  12. min_workers: 3
  13. max_workers: 3
  14. use_spot: false
  15. #aws:
  16. # TagSpecifications:
  17. # - ResourceType: "instance"
  18. # Tags:
  19. # - Key: ttl-hours
  20. # Value: '48'