We are launching our cluster on AWS using Cloudbreak, using EBS volumes as our data store for hadoop.
I wanted to know if it's possible to detach these volumes and attach them to another cluster, in case a need to move to a new cluster arises (in order to change intsance types, move to another region or any other reason that might come up)
Also, are there any best practices for such a scenario?
Thanks.