Can not delete volume

0

I have a volume I created in 2009 that is not attached to anything, but shows in the UI that it is attached. I have tried to force detach, but it just spins and never detaches.

I just want to delete the volume, what can I do?

rob
asked 2 months ago95 views
2 Answers
0

Hello.

Will it be successful if I force a detach from the AWS CLI instead of from the management console?
If the detach is successful with the command below, try deleting EBS.
https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/detach-volume.html

aws ec2 detach-volume --volume-id "EBS-ID" --force

AWS CLI can be executed from CloudShell.
https://docs.aws.amazon.com/cloudshell/latest/userguide/welcome.html#how-to-get-started

profile picture
EXPERT
answered 2 months ago
profile picture
EXPERT
reviewed a month ago
0

Thanks Riku, I'll raise a ticket under account and billing. I was going to raise a ticket initially, but it said my account was unable to open a case, but you're right I can open one under billing. I'll try that thanks.

rob
answered 2 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