I have an EBS volume with a number of snapshots. I would like a second, distinct copy of the EBS volume so I can:
- restore a snapshot on the duplicate volume
- continue using the original data on the original volume
Note this is distinct from similar questions eg, In Amazon EC2, how do I copy a EBS volume to another user?, which are more about changing permissions in volumes so that others can access.
How can I have continual access to two, divergent copies of the data?
Thanks!