compute_tpl_32_cpu.yaml 598 B

12345678910111213141516171819202122232425262728
  1. cloud_id: {{env["ANYSCALE_CLOUD_ID"]}}
  2. region: us-west-2
  3. # 1k max replicas (ceil(1000 / 32) = 32 nodes needed)
  4. max_workers: 32
  5. head_node_type:
  6. name: head_node
  7. # 32 cpus, x86, 128G mem, 10Gb NIC
  8. instance_type: m5.8xlarge
  9. worker_node_types:
  10. - name: worker_node
  11. # 32 cpus, x86, 128G mem, 10Gb NIC
  12. instance_type: m5.8xlarge
  13. min_workers: 32
  14. max_workers: 32
  15. use_spot: false
  16. resources:
  17. custom_resources:
  18. worker: 1
  19. aws:
  20. TagSpecifications:
  21. - ResourceType: "instance"
  22. Tags:
  23. - Key: ttl-hours
  24. Value: '24'