AWS SAA C003 Test --EBS snapshot

Q1:
A company wants to improve its ability to clone large amounts of production data into a test environment in the same AWS Region. The data is stored in Amazon EC2 instances on Amazon Elastic Block Store (Amazon EBS) volumes. Modifications to the cloned data must not affect the production environment. The software that accesses this data requires consistently high I/O performance.
A solutions architect needs to minimize the time that is required to clone the production data into the test environment.
Which solution will meet these requirements?

A. Take EBS snapshots of the production EBS volumes. Restore the snapshots onto EC2 instance store volumes in the test environment.
B. Configure the production EBS volumes to use the EBS Multi-Attach feature. Take EBS snapshots of the production EBS volumes. Attach the production EBS volumes to the EC2 instances in the test environment.
C. Take EBS snapshots of the production EBS volumes. Create and initialize new EBS volumes. Attach the new EBS volumes to EC2 instances in the test environment before restoring the volumes from the production EBS snapshots.
D. Take EBS snapshots of the production EBS volumes. Turn on the EBS fast snapshot restore feature on the EBS snapshots. Restore the snapshots into new EBS volumes. Attach the new EBS volumes to EC2 instances in the test environment.


A1:
The correct answer is D.

Taking EBS snapshots of the production EBS volumes, turning on the EBS fast snapshot restore feature on the EBS snapshots, restoring the snapshots into new EBS volumes, and attaching the new EBS volumes to EC2 instances in the test environment will meet these requirements.

This solution ensures that modifications to the cloned data do not affect the production environment and provides consistently high I/O performance. It also minimizes the time required to clone the production data into the test environment by using the EBS fast snapshot restore feature.

Option A is incorrect because EC2 instance store volumes do not provide the durability and availability of EBS volumes. Option B is incorrect because using the EBS Multi-Attach feature would not prevent modifications to the cloned data from affecting the production environment. Option C is incorrect because creating and initializing new EBS volumes before restoring them from the production EBS snapshots would not minimize the time required to clone the data.

你可能感兴趣的:(aws,云计算)