Install AWS-nuke utility script for Ubuntu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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