Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

using spot instances with dask.distributed

Tags:

python

dask

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

like image 742
JRR Avatar asked Oct 30 '22 23:10

JRR


1 Answers

It doesn't, and dask-ec2 itself isn't supported anymore. The Dask maintainers recommend the following alternatives:

  • dask-cloudprovider -- OSS cloud deployment
  • dask-helm and dask-kubernetes -- kubernetes support
  • coiled and saturncloud -- enterprise cloud deployment
like image 112
pavithraes Avatar answered Nov 15 '22 05:11

pavithraes