
Ultimate access to all questions.
How can a company efficiently clone production data stored on Amazon EBS volumes in EC2 instances to a test environment within the same AWS Region without impacting the production environment, ensuring data modifications in the test environment are isolated, and maintaining high I/O performance for the software accessing the data?
A
Snapshot production EBS volumes and restore them to EC2 instance store volumes in the test environment.
B
Use EBS Multi-Attach on production volumes, snapshot them, and attach to test environment EC2 instances.
C
Snapshot production EBS volumes, initialize new EBS volumes in the test environment, and restore from the snapshots before attaching to EC2 instances.
D
Enable EBS fast snapshot restore on snapshots, then restore them to new EBS volumes for attachment to test environment EC2 instances.