Skip to content

Instantly share code, notes, and snippets.

@diogoaurelio
Created February 8, 2019 10:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diogoaurelio/7d35868974e7acff613fe3ae8bdc2206 to your computer and use it in GitHub Desktop.
Save diogoaurelio/7d35868974e7acff613fe3ae8bdc2206 to your computer and use it in GitHub Desktop.
Install AWS-nuke utility script for Ubuntu
export AWS_NUKE_VERSION=2.7.0
sudo apt-get install -y wget
wget https://github.com/rebuy-de/aws-nuke/releases/download/v$AWS_NUKE_VERSION/aws-nuke-v$AWS_NUKE_VERSION-linux-amd64.tar.gz --no-check-certificate
tar xvf aws-nuke-v$AWS_NUKE_VERSION-linux-amd64.tar.gz
chmod +x aws-nuke-v$AWS_NUKE_VERSION-linux-amd64
sudo mv aws-nuke-v$AWS_NUKE_VERSION-linux-amd64 /usr/local/bin/aws-nuke
# test it
aws-nuke --help
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment