aws-nuke icon indicating copy to clipboard operation
aws-nuke copied to clipboard

Nuke a whole AWS account and delete all its resources.

Results 219 aws-nuke issues
Sort by recently updated
recently updated
newest added

### Scenario When I was running the **aws-nuke** in my AWS CodeBuild project, AWS nuking process was constantly being killed by the CodeBuild during **data gathering phase** where **aws-nuke** scans...

kind/enhancement
status/help-wanted

This is similar to the general question of using tags to filter all resources but may be a simpler and maybe more pressing use case. ECS services and tasks may...

First off, the resource `NetpuneSnapshot` is misspelled and should be `NeptuneSnapshot`. Second, I got an error while trying to remove an automated Neptune snapshot. The error occurs because the `NeptuneSnapshot`...

Add the ability to easily filter for old or expired IAM user access keys by adding the `CreateDate` property to them. This allows us to nuke user access keys that...

Add the ability to easily filter for old or expired IAM users by adding the `CreateDate` property to them. This allows the possibility of nuking users that are "old" while...

Add the ability to easily filter for old or expired elasticache replication groups by adding the `CreationTime` property to them. This allows `aws-nuke` to easily clear out all "old" resources...

So i can't get the docker running. The config works fine and the programm can be executed locally with go. `go run main.go --config config/nuke-settings.yaml --profile testUser --force --no-dry-run` Configurations...

Hi, I am trying to run aws nuke for testing, below is my config file - regions: - eu-north-1 - ap-south-1 - eu-west-3 - eu-west-2 - eu-west-1 - ap-northeast-3 -...

I used the sample config provided in the example. And it deleted all of my infra except the `MSK Cluster Config` (arn:aws:kafka:us-east-1:xxxxx:configuration/config) It neither gets discovered during the plan phase...

Hi, IIUC if I don't want to use `--profile` I have to specify the AWS keys, ids and tokens explicitely like ``` $ aws-nuke-v2.0.1-linux-amd64 -c --access-key-id --secret-access-key --session-token ``` It...

kind/enhancement