Is it possible to clone a EC2 instance data and all?
|
|
|
you can make an AMI of an existing instance, and then launch other instances using that AMI. |
|||||||||||||||
|
|
Nowadays it is even easier to clone the machine with EBS-backed instances released a while ago. This is how we do it in BitNami Cloud Hosting. Basically you just take a snapshot of the instance which can be used later to launch a new server. You can do it either using AWS console (saving the EBS-backed instance as AWS AMI) or using the EC2 API tools:
Cloning the instance is nothing else but creating the backup and then launching a new server based on that. You can find bunch of articles out there describing this problem, try to find the info about "how to ..." backup or resize the whole EC2 instance, for example this blog is a really good place to start: alestic.com |
||||
|
|
|
The easier way is through the web management console:
Once you have an image you can launch another cloned instance, data and all. :) |
|||||||
|
|
You can do it very easily with a Cloud Management software -like enStratus, RightScale or Scalr (disclaimer: I work there). With the cloned farm you can:
|
|||
|
|