dask / dask-ec2

Start a cluster in EC2 for dask.distributed
106 stars 37 forks source link

Save cluster region on creation #74

Closed jbcrail closed 7 years ago

jbcrail commented 7 years ago

When creating a cluster, the region is serialized to cluster.yaml so that we do not have to provide it when destroying the cluster.

Fixes #35.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.09%) to 74.146% when pulling 09e67d60de9513b295d3680fd50226f4a158dde7 on jbcrail:issue-35 into 073a9ec924e9054b269e01bcac08766a113c3e4f on dask:master.

quasiben commented 7 years ago

LGTM. Thanks!