compute_tpl_4_xlarge.yaml 471 B

123456789101112131415161718192021222324
  1. cloud_id: {{env["ANYSCALE_CLOUD_ID"]}}
  2. region: us-west-2
  3. max_workers: 4
  4. head_node_type:
  5. name: head_node
  6. # 4 cpus, x86, 32G mem, 10Gb NIC
  7. instance_type: m5.xlarge
  8. worker_node_types:
  9. - name: worker_node
  10. # 4 cpus, x86, 32G mem, 10Gb NIC
  11. instance_type: m5.xlarge
  12. min_workers: 4
  13. max_workers: 4
  14. use_spot: false
  15. aws:
  16. TagSpecifications:
  17. - ResourceType: "instance"
  18. Tags:
  19. - Key: ttl-hours
  20. Value: '24'