aws-nuke
aws-nuke copied to clipboard
Nuke a whole AWS account and delete all its resources.
The Path property is missing on IAM Groups. This can be useful as the group can contain a path that the group name does not contain.
This PR closes #571 It updates the cloudfront distribution status and waits until the distribution is in the "deployed" status
Hi, We have AWS accounts in multiple [AWS partitions](https://docs.aws.amazon.com/sdk-for-go/api/aws/endpoints/#DefaultPartitions). Aws-nuke works really well at cleaning up our accounts in the default (aws) partition but we want to be able to...
Hi Team, It appears that resources in ap-northeast-3 are not being fully evaluated for removal, at least EC2/EBS/SG resources are being skipped in my case - tests against apne1/apne2 work...
AWS Nuke throws up multiple errors: ``` DependencyViolation: The vpc ... has dependencies and cannot be deleted. ``` I can't see why. When I attempt to delete them via the...
hi am running following *nuke.sh* ```bash docker run \ --rm -it \ -a stdin -a stdout \ -v /Users/ajb1967/aws-nuke/config/nuke-config.yml:/home/aws-nuke/config.yml \ -v /Users/ajb1967/.aws:/home/aws-nuke/.aws \ quay.io/rebuy/aws-nuke:v2.13.0 \ --no-dry-run \ --profile cards-demo \...
I can verify that right now the AutoScalingGroup resource filtering is not granular enough by simply running the aws-nuke in a dry run mode. I get an output similar to...
We are using CloudFormation templates with custom resources, and they are backed by lambdas. To delete these CF templates, one needs to keep the lambdas and roles in place. The...
Hi, I have been trying to delete all the s3 buckets in an account and trying to run the below command ./aws-nuke-v2.15.0.rc.3-windows-amd64.exe -c config.yaml --no-dry-run It lists all the buckets...
Hi, I am using aws-nuke with [DCE (Disposable Cloud Environment) ](https://github.com/Optum/dce). In testing today some Terraform code that creates a Global Aurora RDS database (multi-region), I discovered that after my...