aws-nuke
aws-nuke copied to clipboard
Nuke a whole AWS account and delete all its resources.
It would be nice to have an option to exclude any resource that has a specific tag, for example, I want to exclude any resource that was created by my...
Currently I'm running `aws-nuke` in lambda utilizing docker images. It runs perfectly fine and finishes the scan/deletion of any nukable resources however, the lambda behaves as if there's a runtime...
If the nuke-list isn't so long, but quite complex, it might be useful to provide a way to interactively delete them, by asking the user to press y/n on each...
It seems that principal assosications of shared (imported) portfolios in service catalog are not deleted. As aws-nuke usually removes all the IAM objects just some kind of "anonymous" principal ARNs...
**Version:** aws-nuke-v2.17.0 us-east-1 - Route53ResolverRule - rslvr-autodefined-rr-internet-resolver (Internet Resolver) - [ID: "rslvr-autodefined-rr-internet-resolver", Name: "Internet Resolver"] - Filtering DomainName "." us-east-1 - Route53ResolverRule - panic: runtime error: invalid memory address or...
I use aws-nuke for purpose of resource discovery across my AWS accounts. It would be nice if aws-nuke could support exporting the discovered resources as json or csv.
Running aws-nuke in K8s container in jenkins/slave-jnlp, container dies in idle after several minutes the nuke is stuck on huge bucket sizes. is there any workaround to this except skipping?...
This tool currently does not work with GovCloud. The only region I have specified in my config is `us-gov-west-1`. I get the following error: `Error: failed get caller identity: InvalidClientTokenId:...
Hi, thanks for the great tool. We are running a bigger AWS Organization, protecting resources deployed by us via SCPs, enabling teams not having to keep track of the resources...
I had a problem with automating aws-nuke due to interactive providing of account alias. Solution is already written on Stackoverflow, consisted in using --force flag: [Question](https://stackoverflow.com/questions/58439484/how-to-run-aws-nuke-without-providing-inputs-during-execution) Still, it would be...