https://github.com/simonswine/aws-nuke
https://github.com/simonswine/aws-nuke
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonswine/aws-nuke
- Owner: simonswine
- License: apache-2.0
- Created: 2017-07-24T11:53:15.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-19T15:23:16.000Z (over 7 years ago)
- Last Synced: 2025-03-15T16:48:48.659Z (3 months ago)
- Language: Go
- Size: 7.31 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AWS Nuke
AWS Nuke is trageted in cleanup up a whole AWS account periodically. This might be useful for regullarly nuking all objects in an AWS account
## State
Supported resources:
* S3 Buckets
## Usage
```
# List affected resources
./aws-nuke s3
INFO[0000] s3 buckets to delete: [] app=aws-nuke# Gonna nuke 'em all
./aws-nuke s3 --force-destroy
DEBU[0001] ignoring bucket app=aws-nuke bucket=my-important-store module=s3
```