Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[idea] remove resources from a given list of ARNs #482

Open
arturtamborski opened this issue Dec 27, 2024 · 1 comment
Open

[idea] remove resources from a given list of ARNs #482

arturtamborski opened this issue Dec 27, 2024 · 1 comment

Comments

@arturtamborski
Copy link

arturtamborski commented Dec 27, 2024

Hi!

I'd like to use this program to remove a specific, controlled list of resources in AWS, since it (libnuke) already knows how to remove a specific resource.

I was wondering if it's possible to add this feature, or maybe you're open to merging such feature if I implemented it?

Here's a more detailed use case: I have a bunch of terraform tfstates which contain ARNs. I can't and don't want to run terraform destroy because it takes too long and is super annoying (tf breaks too easily during this process). So I was thinking: I could grab the tfstate, get every ARN and pass it to aws-nuke.

Please let me know your thoughts on that. Thanks!

@ekristen
Copy link
Owner

@arturtamborski this is an interesting idea. I'll give it some thought over the next day or so while I travel. Off the top of my head there's a few challenges here, mainly tying an ARN to a resource and unfortunately not all resources can be deleted by ARNs so it's not a straight forward process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants