This page shows how to create multiple indentical EBS volumes from one snapshot and then mounting them to all cluster nodes
Note
This command creates a volume for each node and mount that volume to the node.
>>> ./EHPC-Client --snapshot-attach-mount OPTIONS
All parameters should be in format parameter=valie
Options:
--mountPoint snapshot mount Point
--snapshot-id ID of Volume to mount
--device Device at which the snapshot will be attached
--domain,-d URL of the cluster main node
Example 1
Attach vol-e27bb58a to i-121c2e5b as /dev/sdm on /vol6 and format the volume
./EHPC-Client --volume-attach-mount --mountPoint=/vol6 --instance-id=i-121c2e5b --volume-id=vol-e27bb58a --format=Y --device=/dev/sdm -d=ec2........com
Output
DONE