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 PR implements the requested feature for removing Amazon QLDB Ledgers referred to in #827.

Hello, We dont have the don't delete tags on both of the resources, and the nuke doesn't delete those. What can it be?

First, thanks for the tool, and in advance for taking a look at this PR. When using this on our own infra we found that it failed to delete EC2...

Hi. I have an AWS Organizations and want to nuke all resources in member account from lambda function which is in master account. The lambda function already has permissions to...

**Steps to reproduce** 1. Create a MediaLive Channel, MediaLive Input & MediaLive Input Security Group in your AWS account 2. Run `aws-nuke` and review the dry-run output for any MediaLive...

status/help-wanted
kind/resource

Hi, I know that you prevent the nuke of "prod" accounts (with the "prod" keyword in account alias). And I understand the reason behind this. However, I think it should...

Fixes https://github.com/rebuy-de/aws-nuke/issues/500 We have this issue with our EKS clusters, `nuke` never completes. Resources may come back after `Remove()` because they are managed by other resources that may be removed...

After running aws-nuke on an account containing an IPAM resources, I re-ran my Terraform IaC which recreates it (`aws_vpc_ipam`). I got: ``` │ Error: Error creating ipam: ResourceLimitExceeded: You've reached...

Hi, I'm trying to delete all the IoTCertificates (~ 5000 certs) on my AWS account except one but aws-nuke lists only 25 certificates a time. Here's my configuration: ```yaml regions:...

Okay. I need a sample script where you log into an account and delete only certain resources from the account. also want to not delete an cloud formation scripts associated...