dask / dask-ec2

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

Add VPC and subnet ID support #23

Closed danielfrg closed 8 years ago

danielfrg commented 8 years ago

Fixes https://github.com/dask/dask-ec2/issues/17

This PR adds support for VPC and subnet IDS on the CLI. This worked for me on my tests just need to be sure that the subnet is accessible but the client via SSH.

mrocklin commented 8 years ago

cc @spitz-dan-l