Why is my Amazon EBS volume stuck in the "deleting" state?

1 minute read
0

My Amazon Elastic Block Store (Amazon EBS) volume is stuck in the "deleting" state, and I don't know why.

Resolution

Generally, Amazon EBS volumes are immediately deleted when you use the Amazon Elastic Compute Cloud (Amazon EC2) console or AWS Command Line Interface (AWS CLI). However, the volume can get stuck in the "deleting" state when there's an active snapshot that's associated with your volume.

If you make a CreateSnapshot API call immediately before making a DeleteVolume request, then volume deletion is postponed until snapshot creation completes. Before deleting a volume, check for any snapshot creations that are still in progress. For instructions on how to access snapshot information, see View Amazon EBS snapshot information.

Note: Even after a snapshot creation is complete, volume deletion might still be delayed because volume workflows are asynchronous.


AWS OFFICIAL
AWS OFFICIALUpdated a year ago
2 Comments

So if my volume is still stuck in "Deleting" state after 24h, what am I supposed to do?

My basic AWS plan does not allow me to open a support ticket...

replied 3 months ago

Thank you for your comment. We'll review and update the Knowledge Center article as needed.

profile pictureAWS
MODERATOR
replied 2 months ago