tpl_aws_16x1.yaml 521 B

1234567891011121314151617181920212223242526
  1. cloud_id: {{env["ANYSCALE_CLOUD_ID"]}}
  2. region: us-west-2
  3. max_workers: 16
  4. head_node_type:
  5. name: head_node
  6. instance_type: m5a.large
  7. resources:
  8. custom_resources:
  9. head: 1
  10. worker_node_types:
  11. - name: worker_node
  12. instance_type: m5a.large
  13. min_workers: 16
  14. max_workers: 16
  15. use_spot: true
  16. # Required to allow nodes to terminate themselves.
  17. aws:
  18. TagSpecifications:
  19. - ResourceType: "instance"
  20. Tags:
  21. - Key: chaos-test-name
  22. Value: 'tune-chaos-test'