8 questions
0
votes
1
answer
130
views
AWS Lambda container (aws-nuke) exits with Runtime.ExitError even though process returns exit code 0 [closed]
I have aws-nuke running on Lambda using a container. aws-nuke is returning exit code 0, but the Lambda returns Runtime.ExitError
Cloud watch logs:
...
Scan complete: 221 total, 0 nukeable, 221 ...
1
vote
1
answer
383
views
Wildcard filter in aws-nuke
I am using aws-nuke to cleanup an AWS account, but some resources tagged for keeping I'd like to keep. Is there way in the filter to specify all resource types with a specific property set, e.g. ...
0
votes
2
answers
984
views
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:
...
1
vote
1
answer
2k
views
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 ...
0
votes
0
answers
303
views
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?
5
votes
2
answers
1k
views
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 ...
6
votes
1
answer
1k
views
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 ...
8
votes
2
answers
10k
views
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 ...