
Answer-first summary for fast verification
Answer: Enable EBS fast snapshot restore on snapshots, then restore them to new EBS volumes for attachment to test environment EC2 instances.
The correct answer is D. Taking EBS snapshots of the production EBS volumes and turning on the EBS fast snapshot restore feature before restoring them into new EBS volumes minimizes the time required to clone the data. This approach also ensures that the cloned data modifications do not affect the production environment and maintains high I/O performance, meeting all the specified requirements.
Author: LeetQuiz Editorial Team
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.
No comments yet.