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
gefragt vor 7 Monaten471 Aufrufe
2 Antworten
2
Akzeptierte Antwort

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
EXPERTE
beantwortet vor 7 Monaten
profile picture
EXPERTE
überprüft vor 7 Monaten
profile pictureAWS
EXPERTE
überprüft vor 7 Monaten
  • 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
EXPERTE
beantwortet vor 4 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen