Skip to content

Instantly share code, notes, and snippets.

@jodell
Created April 30, 2012 21:40
Show Gist options
  • Save jodell/2562891 to your computer and use it in GitHub Desktop.
Save jodell/2562891 to your computer and use it in GitHub Desktop.
delete last knife ec2 server
knife ec2 server list | tail -n1 | cut -f1 -d' ' | xargs knife ec2 server delete -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment