aws-nuke
aws-nuke copied to clipboard
Nuke a whole AWS account and delete all its resources.
The "targets" mentioned in the "resources" section should be deleted in order. ``` resource-types: # only nuke these three resources targets: - ELBv2 - CloudFormationStack - SSMParameter ``` For example,...
Hello I want to add tag support for elasticsearchservice domain but I am getting an error for line 33 in elasticsearchservice-domain.go domain.Tags undefined (type *elasticsearchservice.DomainInfo has no field or method...
We were getting errors with IAM roles while nuking accounts: `global - IAMRole - test-role-42021100407080948100000000d - time="2021-11-03T10:06:59Z" level=error msg="DeleteConflict: Cannot delete entity, must remove roles from instance profile first.\n\tstatus code:...
Removal requested: 1 waiting, 30 failed, 433 skipped, 32 finished eu-west-2 - EC2VPCEndpoint - vpce-07c5cbd1da84164bb - [tags***] - waiting This is stuck in a loop on the CLI when I...
Hi, Just trying to use `aws-nuke` with `aws-vault` without success so far: ``` $ aws-vault exec my-account -- aws-nuke -c nuke-config.yml --access-key-id ${AWS_ACCESS_KEY_ID} --secret-access-key ${AWS_SECRET_ACCESS_KEY} --session-token ${AWS_SESSION_TOKEN} Error: flag needs...
Hi, I noticed today that flow logs for the default VPC in my AWS account aren't deleted by aws-nuke. I searched issues and the google group and couldn't see this...
The account i am trying to nuke has a Transit gateway shared with it via RAM, belonging to another account. Nuke failed because the resource is not find locally. Is...
Hello, My attempt to fork and build faild, probably a newbie mistake due to go vendoring: ``` go: inconsistent vendoring in /Users/julio/Dev/aws-nuke: golang.org/x/[email protected]: is explicitly required in go.mod, but not...
Hi, Is there any flag to indicate to not only delete the instance but also do not retain the stack in each account? If that flag is available, there is...
Currently *aws-nuke* is rather slow, because it does every request sequentially. This means the process is sleeping the most of the time. Also the AWS API can probably handle a...