Support multiple availability zones in AWS (fix #2177) (#2254)

* AWS: support multiple availability zones (fix #2177)

* Bugfix: [] rather than ()

* Test config

* Test config tweaks

* Remove test config

* Formatting fixes

* Update YAML config
This commit is contained in:
Adam Gleave
2018-06-19 20:22:07 -07:00
committed by Eric Liang
parent 46cc51ce0c
commit 30684446a6
4 changed files with 33 additions and 27 deletions
+4 -1
View File
@@ -30,7 +30,10 @@ idle_timeout_minutes: 5
provider:
type: aws
region: us-west-2
availability_zone: us-west-2a
# Availability zone(s), comma-separated, that nodes may be launched in.
# Nodes are currently spread between zones by a round-robin approach,
# however this implementation detail should not be relied upon.
availability_zone: us-west-2a,us-west-2b
# How Ray will authenticate with newly launched nodes.
auth: