dask / dask-ec2

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

The cluster.yaml file contains "None" when --vpc-id is used #104

Closed mrphilroth closed 6 years ago

mrphilroth commented 6 years ago

When using a Virtual Private Cloud, the instances will have private IP addresses. Because the public IP addresses of the boto3 instance objects are empty, that None will be written to the cluster.yaml file, requiring the user to edit it by hand in order to run other commands.