Skip to content

Instantly share code, notes, and snippets.

@acannistra
Created November 11, 2016 19:07
Show Gist options
  • Save acannistra/8340869b5c67b13651fa2dc295075b4b to your computer and use it in GitHub Desktop.
Save acannistra/8340869b5c67b13651fa2dc295075b4b to your computer and use it in GitHub Desktop.
tony@acadia ~>
myria-cluster create --instance-type m4.large cse544-hw3 --role myriaRole
Checking for existence/readability of private key file '/Users/tony/.ssh/tony-myria_us-west-2.pem'...
Checking for existence of key pair 'tony-myria'...
Creating security group 'cse544-hw3' in region 'us-west-2'...
Launching instances...
Tagging instances...
Waiting for all instances to become reachable...
Not all instances reachable, waiting 60 seconds...
Not all instances reachable, waiting 60 seconds...
Not all instances reachable, waiting 60 seconds...
Not all instances reachable, waiting 60 seconds...
Writing Ansible dynamic inventory file to /var/folders/hm/tky39py57tn1c0bnhlqw4vtm0000gn/T/tmpjGyf17
No config file found; using defaults
PLAY [Gather EC2 facts] ********************************************************
TASK [setup] *******************************************************************
fatal: [54.200.28.154]: UNREACHABLE! => {"changed": false, "msg": "SSH Error: data could not be sent to the remote host. Make sure this host can be reached over ssh", "unreachable": true}
fatal: [54.203.29.105]: UNREACHABLE! => {"changed": false, "msg": "SSH Error: data could not be sent to the remote host. Make sure this host can be reached over ssh", "unreachable": true}
fatal: [54.149.66.100]: UNREACHABLE! => {"changed": false, "msg": "SSH Error: data could not be sent to the remote host. Make sure this host can be reached over ssh", "unreachable": true}
fatal: [54.201.183.165]: UNREACHABLE! => {"changed": false, "msg": "SSH Error: data could not be sent to the remote host. Make sure this host can be reached over ssh", "unreachable": true}
fatal: [54.213.227.126]: UNREACHABLE! => {"changed": false, "msg": "SSH Error: data could not be sent to the remote host. Make sure this host can be reached over ssh", "unreachable": true}
to retry, use: --limit @/var/folders/hm/tky39py57tn1c0bnhlqw4vtm0000gn/T/tmpYjvEhA/remote.retry
PLAY RECAP *********************************************************************
54.149.66.100 : ok=0 changed=0 unreachable=1 failed=0
54.200.28.154 : ok=0 changed=0 unreachable=1 failed=0
54.201.183.165 : ok=0 changed=0 unreachable=1 failed=0
54.203.29.105 : ok=0 changed=0 unreachable=1 failed=0
54.213.227.126 : ok=0 changed=0 unreachable=1 failed=0
Unexpected Ansible error!
Failed to provision instances, destroying cluster...
Terminating instances i-2a2f6f32, i-242f6f3c, i-252f6f3d, i-262f6f3e, i-272f6f3f
Deleting security group 'cse544-hw3' (sg-bcf1bdc5)
Security group state still converging...
Security group state still converging...
Security group state still converging...
Security group state still converging...
Security group state still converging...
Security group 'cse544-hw3' (sg-bcf1bdc5) successfully deleted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment