dask-ec2
dask-ec2 copied to clipboard
Start a cluster in EC2 for dask.distributed
Is/will there be spot instance support?
Re-open of [#38](https://github.com/dask/dask-ec2/issues/38) I've been hacking away at this issue without much success. AWS now has a deep learning AMI for Ubuntu 16 that would save us a whole bunch...
When adding a new `dask_ec2.Instance` to an existing `dask_ec2.Cluster ` the username and keypair parameters are not copied to the instance, which consequently causes the `ssh_client` of the `Instance` to...
This library does not see much maintenance love. With the adoption of Kubernetes across all cloud platforms we might consider pointing people to that instead. http://dask.pydata.org/en/latest/setup/kubernetes.html This would involve at...
Any help would be appreciated. Bootstraping salt master DEBUG: Running command sudo -S bash -c 'curl -sS -L https://bootstrap.saltstack.com | sh -s -- -d -X -M -N stable' on '54.224.60.237'...
Hi, I would really appreciate some help/suggestions on how to resolve an error that occurred during dask-ec2 up command. my command is `ask-ec2 up --keyname iap_test_2 --keypair .ssh/iap_test_2.pem --region-name us-east-2...
I get this exception when "installing workers". It doesn't happen all the time. I wonder if there's a race condition or similar that's causing it? Maybe something on the servers...
We were wanting to harden our EC2 instances, and were wondering if we could get more details on specific ports needed for dask-ec2, rather than opening the huge ranges and...
Hi I really don't know how the test harness is setup but this code does work in practice, If I was to improve it I would make sure the try...
I'm trying to start a cluster using `dask-ec2 up`. Here's the command I'm using: ```bash dask-ec2 up --keypair ~/.aws/dask_poc.pem \ --name dask_poc \ --region-name eu-west-1 \ # Note I'm using...