Reputation: 693
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
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