Switching from Amazon EC2 instance-store to EBS Volume
Posted
by
Adam
on Server Fault
See other posts from Server Fault
or by Adam
Published on 2011-03-14T22:00:13Z
Indexed on
2011/03/15
8:11 UTC
Read the original article
Hit count: 404
Hi,
I have an Amazon EC2 instance that is using an instance-store as its root device. It has no EBS volumes attached to it. It has a database and a running web application on it. If I understand correctly this is a bad setup as I would lose all the data on the instance if it were to reboot. I would like to correct this mistake. I'd like to move all the data on the running instance to a new EBS volume and make that new volume the root device. How do I go about doing this?
Thanks!
© Server Fault or respective owner