Unable to detach EBS Volume

0

I am trying to detach volume but getting the error Failed to detach volume. vol-0f05b57efdd510e9f: Unable to detach root volume 'vol-0f05b57efdd510e9f' from instance 'i-0ed45ee57f8c9b68c'

But instance is deleted. Before deleting i have umounted the volume.

region: us-us-east-1a Volume ID: vol-0f05b57efdd510e9f

Can you please delete it for me

posta 10 mesi fa742 visualizzazioni
3 Risposte
0
Risposta accettata

Once the instance is marked as "Terminated" in AWS Console, go back to the view of the Volumes and refresh it. it doesn't update dynamically so sometimes the view that is presented is not quite current.

If the volume still can't be deleted then are you able to run these AWS CLI commands to verify the status of the EC2 instance and the EBS volume?

aws ec2 describe-instance-status --instance-id i-0ed45ee57f8c9b68c
aws ec2 describe-volumes --volume-ids vol-0f05b57efdd510e9f
profile picture
ESPERTO
Steve_M
con risposta 10 mesi fa
profile pictureAWS
ESPERTO
iBehr
verificato 10 mesi fa
0

Root volumes cannot be detached from an instance -- only additional volumes can be detached.

To delete a volume after terminating the instance, follow these steps.
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-deleting-volume.html

profile pictureAWS
ESPERTO
iBehr
con risposta 10 mesi fa
  • Hi iBehr Thanks for the reply But delete is grayedout Unable to delete also

  • Are you sure that the instance is terminated and not just stopped?

    Validate whether the Volume is marked as "In Use" in the Volume State columns of the Volumes section of the console.

  • If this answer solved your issue, please be sure to mark the answer as accepted. Thanks!

  • "Root volumes cannot be detached from an instance" - this is incorrect, the root volume can be detached from an instance that is in the "Stopped" state.

0

Hi IBehr Thanks for the reply Yes after some volume was showing available and was able to delete the volume

con risposta 10 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande