Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Destroying an instance twice gives no indication of success #98

Open
suchow opened this issue Apr 7, 2016 · 0 comments
Open

Destroying an instance twice gives no indication of success #98

suchow opened this issue Apr 7, 2016 · 0 comments

Comments

@suchow
Copy link

suchow commented Apr 7, 2016

It is unclear whether the destroy function works because it always gives the same output:

NEXT/ec2 git/CLI
❯ next --key-pair=next_key_1 --identity-file=next_key_1.pem --instance-type=c3.8xlarge destroy jordan_dev
opts : {'copy_aws_credentials': False, 'ebs_vol_size': 0, 'user_data': '', 'prefix': None, 'worker_instances': 1, 'ebs_vol_type': 'standard', 'ebs_vol_num': 1, 'use_existing_master': False, 'spot_price': None, 'zone': '', 'subnet_id': None, 'master_opts': '', 'identity_file': 'next_key_1.pem', 'root_vol_num': 1, 'key_pair': 'next_key_1', 'swap': 1024, 'placement_group': None, 'backup_filename': None, 'ami': 'ami-9abea4fb', 'resume': False, 'additional_security_group': '', 'proxy_port': None, 'delete_groups': False, 'user': 'ubuntu', 'authorized_address': '0.0.0.0/0', 'region': 'us-west-2', 'master_instance_type': '', 'bucket': None, 'instance_type': 'c3.8xlarge', 'slaves': 0, 'vpc_id': None, 'root_vol_size': 120}

cluster_name : jordan_dev

Are you sure you want to destroy the cluster jordan_dev?
The following instances will be terminated:
Searching for existing cluster jordan_dev...
ALL DATA ON ALL NODES WILL BE LOST!!
Destroy cluster jordan_dev (y/N): y
Terminating master...
Terminating slaves...

NEXT/ec2 git/CLI
❯ next --key-pair=next_key_1 --identity-file=next_key_1.pem --instance-type=c3.8xlarge destroy jordan_dev
opts : {'copy_aws_credentials': False, 'ebs_vol_size': 0, 'user_data': '', 'prefix': None, 'worker_instances': 1, 'ebs_vol_type': 'standard', 'ebs_vol_num': 1, 'use_existing_master': False, 'spot_price': None, 'zone': '', 'subnet_id': None, 'master_opts': '', 'identity_file': 'next_key_1.pem', 'root_vol_num': 1, 'key_pair': 'next_key_1', 'swap': 1024, 'placement_group': None, 'backup_filename': None, 'ami': 'ami-9abea4fb', 'resume': False, 'additional_security_group': '', 'proxy_port': None, 'delete_groups': False, 'user': 'ubuntu', 'authorized_address': '0.0.0.0/0', 'region': 'us-west-2', 'master_instance_type': '', 'bucket': None, 'instance_type': 'c3.8xlarge', 'slaves': 0, 'vpc_id': None, 'root_vol_size': 120}

cluster_name : jordan_dev

Are you sure you want to destroy the cluster jordan_dev?
The following instances will be terminated:
Searching for existing cluster jordan_dev...
ALL DATA ON ALL NODES WILL BE LOST!!
Destroy cluster jordan_dev (y/N): y
Terminating master...
Terminating slaves...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants