ekristen / aws-nuke

Remove all the resources from an AWS account
https://ekristen.github.io/aws-nuke/
MIT License
39 stars 7 forks source link

RFC - Remove Plans #85

Open ekristen opened 6 months ago

ekristen commented 6 months ago

Overview

The concept is to add functionality similar to terraform, if you provide an output flag, and do not supply the no dry run, you can create a binary plan file that has all the resources to remove. You could then review this either by the initial output of the tool or by using a command like aws-nuke show <plan-file>. Once you review you can provide it to the run command along with no dry run and aws-nuke would skip doing another discovery phase.

Considerations