Questions tagged [aws-nuke]

A tool for cleaning up your cloud accounts by nuking (deleting) all resources.

It is open source tool that can be used to delete all the resources running on Amazon account. AWS-Nuke on GitHub

7 questions
6
votes
1 answer

How to run aws-nuke without providing inputs during execution?

I'm trying to run https://github.com/rebuy-de/aws-nuke ans pass answers to interactive prompts. Script is asking for alias of an account (twice). Unfortunately it passes only first answer, second is omitted. Error I got: Do you want to continue?…
Szymon
  • 63
  • 4
6
votes
1 answer

Unable to run AWS -Nuke

I am trying to run aws-nuke to delete all the resources. I am trying to run command aws-nuke -c config/example.yaml --profile demo config/example.yaml --- regions: - "global" # This is for all global resource types e.g. IAM -…
onkar
  • 4,427
  • 10
  • 52
  • 89
4
votes
2 answers

How to run aws-nuke across 2 different AWS organizations

I'm learning to use aws-nuke to delete all the resources in my organization AWS account. I was able to successfully remove my personal resource in my own organization manage the nuking. Wondering will it works across organization? Let's say we have…
Jeff
  • 493
  • 3
  • 19
0
votes
1 answer

Ignore security hub in aws-nuke

I have this outcome of the initial execution of aws-nuke aws-nuke version 2.23.0 - 2023-06-20 - 58e46275b36028007cc3f50334aa74d6e3e7990a Do you really want to nuke the account with the ID 072882739882 and the alias 'sbx-engineering'? Waiting 1s…
aasanchez
  • 179
  • 1
  • 16
0
votes
1 answer

Need a better understanding of installing AWS-Nuke for Mac

Im sure this this just a lack of knowledge on my end but im having a hard time understand how to install aws-nuke following there documentation. I have downloaded the latest release but install instructions are not so clear for me…
Billy
  • 45
  • 9
0
votes
0 answers

How to nuke aws if aws-nuke mostly fails

In general aws-nuke fails removing resources e.g. S3 buckets, dynamodb tables. Is there any other solution before closing the credit card?
jjk
  • 592
  • 1
  • 6
  • 23
-1
votes
1 answer

How do you terminate resources that are older than x days using aws-nuke?

I am using aws-nuke to prune resources in our sandbox account. I would like to only delete resources that are more than 7 days old. I have tried the following accounts: ************: filters: EC2Instance: - property: dateOlderThan …
James Geddes
  • 742
  • 3
  • 10
  • 35