Disk root error on start instance on “Amazon Web Services (AWS)” EC2

amazon ec2amazon-ebs

I "Detach Volume" and "Attach Volume" again.

After that I want "Instance Start" but I get immediately message

Error starting instances

Invalid value 'i-{id}' for instanceId. Instance does not have a volume attached at root (/dev/sda1)

Q so where the error occured?

Best Answer

Answer is very easy,

when you "Attach Volume" again set parameter:

Device: /dev/sda1

WARN! If you haven't own "Elastic Network Interface (ENI)" beware change of address on "Instance Start".

Thanks M. Brown

Related Topic