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

This is an initial attempt at addressing https://github.com/rebuy-de/aws-nuke/issues/375. Appreciate any feedback you can provide! I'm not sure about the "UX" side of things, because this is effectively making aws-nuke even...

Hi, Im using aws-nuke quite a lot, but I have some issues with editing the configuration file manually, so I created a simple cli tool, to manage the configuration file....

I have been running the **aws-nuke** from my machine using permanent AWS credentials but as I transitioned from my machine to AWS Codebuild I have to use the temporary Credentials...

status/waiting-reponse

Looking to create an AWS wipe function for an environment with many accounts using terraform and automated build pipelines. We do not permit the use of user accounts or credentials...

kind/enhancement

Pretty much implementing https://github.com/rebuy-de/aws-nuke/issues/292 A new command "baseline" which will print yaml-ready resource filters (based on names or properties).

I am using my app to run aws nuke commands on terminal. In dry run only they get stuck and goes into never ending loop. Anyone know reason for the...

If access points are defined for an S3 bucket, aws-nuke fails to delete the Bucket. ``` aws s3 rb s3://mybucket --force remove_bucket failed: s3://mybucket An error occurred (BucketHasAccessPointsAttached) when calling...

We have gazillion different resources in our account and our nuke config contains a lot of repetitive boilerplate. I suggest that `aws-nuke` config supports [yaml anchors](https://en.wikipedia.org/wiki/YAML#Advanced_components) to alleviate this. Anyway,...

`aws-nuke` fails to delete the eks cluster, It seems that it does not even attempt to delete the EKS nodegroup (which i think it's a prerequisite to be able to...

Only triggers 10 ECS service deletions in each ECS cluster.