Daniel Rodriguez

Results 57 comments of Daniel Rodriguez

It should be relatively easy to do that. All the EC2/AWS code is in `dask_ec2/ec2.py` (https://github.com/dask/dask-ec2/blob/master/dask_ec2/ec2.py) after that the provisioning code just needs a list of IP addresses to boostrap...

+100 :) When I started the k8s heml chart for dask it was one of the intentions.

Maybe just need to update PyOpenSSL here: `https://github.com/dask/dask-ec2/blob/24102d404696148cbd8a1e084614dac7276d047e/dask_ec2/salt.py#L190` Or provide valid certs here: https://github.com/dask/dask-ec2/blob/516b83d479066b4b510650b64c0b1864b43e4a6f/dask_ec2/templates/rest_cherrypy.conf#L3-L4

I haven't been able to reproduce this. I just fixed another bug on master but I am pretty sure its unrelated to this and I see other people having a...

Ok, I just noticed that this happens only in Python 2

Right now there spot instances are not supported. This is something we could do in the future.

It probably has to be on how the jupyter-widgets embed works, we handle those things differently here, we include it on the bundle JS but are not available for other...

Definitely an issue. Not sure how to solve this on this side might be something you have to ask on the Jupyter side, if there is a way to disable...

That makes sense. You can take a look at this issue that faces a similar problem: https://github.com/danielfrg/s3contents/issues/45 but it doesn't solve the credentials issue. One solution might be to pass...