Reputation: 6152
Does dask.distributed support using ec2 spot instances with dask-ec2
? I didn't see an option to specify for that on http://distributed.readthedocs.io/en/latest/ec2.html
Upvotes: 5
Views: 454
Reputation: 794
It doesn't, and dask-ec2
itself isn't supported anymore. The Dask maintainers recommend the following alternatives:
Upvotes: 3