How do I move *all* the installed software on my EC2 isntance to EBS?

Posted by drhyde on Server Fault See other posts from Server Fault or by drhyde
Published on 2011-03-20T07:34:23Z Indexed on 2011/03/20 8:11 UTC
Read the original article Hit count: 192

Filed under:
|

I got started with Eric Hammond's great article over at http://aws.amazon.com/articles/1663 where he goes through installing MySQL and configuring it to use EBS. I got that going.

I also have a lot of other stuff installed on that EC2 instance: Rails, a bunch of gems, Nginx+Passenger and so on - my understanding is that unless I explicitly configure it to use EBS, all of this sits on the EC2 instance's ephemeral storage - right? How can I move all the software I have installed to EBS - or better yet how can I set up such that going forward also any new gems etc that I install also go to the EBS volume?

© Server Fault or respective owner

Related posts about amazon-ec2

Related posts about amazon-ebs