Skip to content

This project is a helper for aws-nuke. It is used to delete all resources in an AWS account.

License

Notifications You must be signed in to change notification settings

den-by/aws-nuke

Repository files navigation

AWS NUKE HELPER

This project is a helper for aws-nuke. It is used to delete all resources in an AWS account.

Prerequisites

Before you begin, you will need to have the following installed:

Initialization

AWS Account Alias

We require an AWS account alias for AWS services. If you do not already have one, you can create it using the following command:

aws iam create-account-alias --account-alias your_account_alias

Initialization Script

For create .env file and config.yml file you can run the initialization script:

bash ./bin/init.sh

Configuration

You will need to set up a .env file and config.yml for environment and configuration data respectively. Information on how to do this can be found in the aws-nuke documentation https://github.com/rebuy-de/aws-nuke.

Run AWS nuke

dry-run

bash bin/dry-run.sh

run

bash ./bin/run.sh

About

This project is a helper for aws-nuke. It is used to delete all resources in an AWS account.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages