Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1004 Bytes

README.md

File metadata and controls

38 lines (28 loc) · 1004 Bytes

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