compute_tpl_aws.yaml 438 B

1234567891011121314151617181920212223
  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. # 4 cpus, 16G mem, $0.224/hr on demand
  7. instance_type: m5.xlarge
  8. worker_node_types:
  9. - name: worker_node
  10. instance_type: m5.xlarge
  11. max_workers: 1
  12. min_workers: 1
  13. use_spot: false
  14. aws:
  15. TagSpecifications:
  16. - ResourceType: "instance"
  17. Tags:
  18. - Key: ttl-hours
  19. Value: '24'