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

RFC - Remove Plans #85

Open
ekristen opened this issue Feb 23, 2024 · 0 comments
Open

RFC - Remove Plans #85

ekristen opened this issue Feb 23, 2024 · 0 comments

Comments

@ekristen
Copy link
Owner

ekristen commented Feb 23, 2024

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

  • Resources could change between plans
  • We'd need to store resource information along with basic account information to ensure on subsequent plan the same account is being targeted
@ekristen ekristen changed the title Feature Idea: Remove Plans RFC - Remove Plans Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant