Here to Learn.
Here to Learn.

Reputation: 693

Amazon EC2 cluster setup

I am working on a HDFS high availability project.

I have configured Hadoop on one Amazon EC2 instance. It is small instance (AMI: Ubuntu server)

I want to form a cluster of EC2 instances. So, i am thinking of replicating the same machine. Does anybody have a clue about how to duplicate this instance on another instance of EC2. If yes, please share.

Thanks!

Upvotes: 0

Views: 296

Answers (1)

David Gruzman
David Gruzman

Reputation: 8088

If your instance is EBS backed, you can make a snapshot and then run as many instance as you want from it.

Upvotes: 2

Related Questions