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

Add reverse mode - where an AMI (and snapshots) are deleted #2

Open
pas256 opened this issue Aug 8, 2013 · 2 comments
Open

Add reverse mode - where an AMI (and snapshots) are deleted #2

pas256 opened this issue Aug 8, 2013 · 2 comments

Comments

@pas256
Copy link
Member

pas256 commented Aug 8, 2013

Once Issue #1 is done, take it a step further and reverse the entire process. Given an AMI, find all copies of it in all regions, and delete them all, along with their snapshots.

This one could be dangerous

@msusta
Copy link
Contributor

msusta commented Jul 28, 2014

This one is quite interesting. How'd you like to check that some AMI in region is a copy of certain AMI?
As there is no information about the original AMI in the copy itself the options are:

  • by description / name
  • local mapping db
  • tag

@pas256
Copy link
Member Author

pas256 commented Jul 28, 2014

Either the name (exact match as long as it includes a date/timestamp) or a tag.

pas256 pushed a commit that referenced this issue Feb 26, 2016
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

2 participants