aws-nuke

Delete all resources in an AWS account

brewmacoslinux
Try with needOr install directly
Source

About

Nuke a whole AWS account and delete all its resources

Commands

aws-nuke

Examples

Nuke all resources in a specific AWS account with confirmation$ aws-nuke -c config.yaml --profile production
Dry run to see what resources would be deleted$ aws-nuke -c config.yaml --profile staging --no-dry-run=false
Force delete without confirmation prompt$ aws-nuke -c config.yaml --profile dev --no-dry-run --force