Command line tool to clean aws resources.
This command line tool is only intended to be used to clean up resources in aws accounts that are only for dev and test purposes.
Do NOT use it on production aws accounts.
Use at your own risk.
This tool is not published to the npm.
Clone the repo and run npm link
to use it.
The current set of commands supported by the ampliclean CLI are
Command | Description |
---|---|
ampliclean amplify | removes all amplify service projects |
ampliclean cognito | removes all cognito user pools and identity pools |
ampliclean cloudformation | removes all cloudformation stacks |
ampliclean cloudwatch | removes all cloudwatch logs |
ampliclean dynamodb | removes all dynamodb tables |
ampliclean lambda | removes all lambda functions |
ampliclean pinpoint | removes all pinpoint projects |
ampliclean s3 | removes all s3 buckets |
ampliclean configure | configures the cli |
ampliclean help [cmd] | displays help [for cmd] |