tpl_cpu_2.yaml 397 B

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