This is a pretty serious bug.
When you use the "Delete AMI parts and deregister" AMIs with similar names in that bucket are also deleted.
Say you have a structure that goes (for example)
image image1 image2
If you delete image, image1 and image2 are also deleted because deleting is done by prefix!
Log in to post a comment.
Say you have a structure that goes (for example)
image
image1
image2
If you delete image, image1 and image2 are also deleted because deleting is done by prefix!