awsweeper

CLI tool for cleaning up unused AWS resources safely

brewmacoslinux
Try with needOr install directly
Source

About

CLI tool for cleaning your AWS account

Commands

awsweeper

Examples

Dry-run to see what resources would be deleted$ awsweeper --dry-run config.yml
Delete AWS resources matching the configuration file$ awsweeper config.yml
Generate a sample configuration template$ awsweeper --template > config.yml