Cannot Find AMI using the Snapshot I Want to Delete

0

The snapshot i want to delete keeps showing "snap-01dc799b10f3680ca: The snapshot snap-01dc799b10f3680ca is currently in use by ami-044643000f9620b07". However, i checked ALL the regions, i cannot find ANY AMI even existing. Nothing in my recycle bin too. How can i solve this?

Xinyu
asked 6 months ago458 views
2 Answers
2
Accepted Answer

Hello.

Can you find the target AMI with the following command?

aws ec2 describe-images --owners your-aws-account-id --image-ids ami-044643000f9620b07

If you find it, try unregistering it using the command below.

aws ec2 deregister-image --image-id ami-044643000f9620b07
profile picture
EXPERT
answered 6 months ago
profile picture
EXPERT
reviewed 6 months ago
profile pictureAWS
EXPERT
reviewed 6 months ago
  • Hi, thank you for helping! Turns out i accidentally disabled the AMI, hence why i couldnt find it in "owned by me" :/

0
profile pictureAWS
EXPERT
answered 4 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions