dask / dask-ec2

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

destroy #2

Closed mrocklin closed 8 years ago

mrocklin commented 8 years ago

I'm not sure how to destroy the cluster that I've just launched. As a user this causes some anxiety about costs.

(27)mrocklin@workstation:~$ dec2
Usage: dec2 [OPTIONS] COMMAND [ARGS]...

Options:
  --version   Show the version and exit.
  -h, --help  Show this message and exit.

Commands:
  cloudera-manager  Start a Cloudera manager cluster
  dask-distributed  Start a dask.distributed cluster
  provision         Provision salt instances
  ssh               SSH to one of the node. 0-index
  up                Launch instances
danielfrg commented 8 years ago

Fixed on https://github.com/dask/dec2/commit/d4fdb44bd296d186da8c024248b0dc0db848ffcb

mrocklin commented 8 years ago

Thanks!