Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AWS Certified Solutions Architect - Associate SAA-C03 All Questions

View all questions & answers for the AWS Certified Solutions Architect - Associate SAA-C03 exam

Exam AWS Certified Solutions Architect - Associate SAA-C03 topic 1 question 20 discussion

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.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
UWSFish
Highly Voted 1 year, 11 months ago
Selected Answer: D
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-fast-snapshot-restore.html Amazon EBS fast snapshot restore (FSR) enables you to create a volume from a snapshot that is fully initialized at creation. This eliminates the latency of I/O operations on a block when it is accessed for the first time. Volumes that are created using fast snapshot restore instantly deliver all of their provisioned performance.
upvoted 47 times
...
PhucVuu
Highly Voted 3 weeks, 3 days ago
Selected Answer: D
Keywords: - Modifications to the cloned data must not affect the production environment. - Minimize the time that is required to clone the production data into the test environment. A: Incorrect - we can do this But it is not minimize the time as requirement. B: Incorrect - This approach use same EBS volumes for produciton and test. If we modify test then it will be affected prodution environment. C: Incorrect - EBS snapshot will create new EBS volumes. It can not restore from existing volumes. D: Correct - Turn on the EBS fast snapshot restore feature on the EBS snapshots -> no latency on first use
upvoted 33 times
...
PaulGa
Most Recent 2 months ago
Selected Answer: D
Ans D - as per PhucVuu response... what's to debate...
upvoted 1 times
...
1e22522
2 months, 2 weeks ago
Selected Answer: D
Ye its d cuh
upvoted 1 times
...
1dfed2b
7 months, 1 week ago
Selected Answer: C
https://docs.aws.amazon.com/ebs/latest/userguide/ebs-restoring-volume.html Its C. reate a new volume from the snapshot. Use the create-volume command. For --snapshot-id, specify the ID of the snapshot to use. For --availability-zone, specify the same Availability Zone as the instance. Configure the remaining parameters as needed.
upvoted 1 times
...
lsomas
8 months ago
Answer is D because volumes that are created using fast snapshot restore instantly deliver all of their provisioned performance. Volumes created from normal snapshots will take time to initialize
upvoted 1 times
...
awsgeek75
9 months ago
Selected Answer: D
A: Can work but long cloning time B: Wrong as multi attach will mean changes by test will affect production C: Slow D: Fast restore makes this a quicker option
upvoted 1 times
...
A_jaa
9 months ago
Selected Answer: D
Answer-D
upvoted 1 times
...
Ruffyit
11 months, 3 weeks ago
Amazon EBS fast snapshot restore (FSR) enables you to create a volume from a snapshot that is fully initialized at creation. This eliminates the latency of I/O operations on a block when it is accessed for the first time. Volumes that are created using fast snapshot restore instantly deliver all of their provisioned performance.
upvoted 1 times
...
ukivanlamlpi
1 year, 2 months ago
Selected Answer: A
why not A? high I/O, no need durability
upvoted 2 times
JackLo
1 year, 1 month ago
Although it is test environment, it's data should be durable
upvoted 3 times
...
...
TariqKipkemei
1 year, 2 months ago
Selected Answer: D
Needs to minimize the time that is required to clone the production data into the test environment = EBS fast snapshot restore feature
upvoted 1 times
...
Anil_Awasthi
1 year, 2 months ago
Selected Answer: C
Option C provides an effective solution for cloning large amounts of production data into a test environment with minimized time, high I/O performance, and without affecting the production environment.
upvoted 1 times
pentium75
9 months, 3 weeks ago
But you don't need a new, empty volume, you need a restore of the PROD snapshot. Thus D.
upvoted 2 times
...
...
Guru4Cloud
1 year, 2 months ago
Selected Answer: D
The correct answer is D. Here is a step-by-step explanation of how to clone production data into a test environment using EBS snapshots: 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. The EBS fast snapshot restore feature allows you to restore snapshots more quickly than the default method. This is because the feature uses a process called parallel restore, which allows multiple EBS volumes to be restored at the same time. The EBS fast snapshot restore feature is only available for EBS snapshots that are created in the same AWS Region as the EC2 instances that you are using to restore the snapshots.
upvoted 6 times
...
Thornessen
1 year, 3 months ago
For consistently high IO, option A is the solution. Instance store has the highest IO
upvoted 1 times
idanr391
1 year, 3 months ago
Its not, D its the solution. https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-fast-snapshot-restore.html
upvoted 1 times
...
...
miki111
1 year, 3 months ago
Option D is the ideal answer.
upvoted 1 times
...
cookieMr
1 year, 4 months ago
Selected Answer: 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. Enabling the EBS fast snapshot restore feature allows you to restore EBS snapshots into new EBS volumes almost instantly, without needing to wait for the data to be fully copied from the snapshot. This significantly reduces the time required to clone the production data. By taking EBS snapshots of the production EBS volumes and restoring them into new EBS volumes in the test environment, you can ensure that the cloned data is separate and does not affect the production environment. Attaching the new EBS volumes to the EC2 instances in the test environment allows you to access the cloned data.
upvoted 2 times
...
TienHuynh
1 year, 4 months ago
Selected Answer: D
Amazon EBS fast snapshot restore (FSR) enables you to create a volume from a snapshot that is fully initialized at creation. This eliminates the latency of I/O operations on a block when it is accessed for the first time. Volumes that are created using fast snapshot restore instantly deliver all of their provisioned performance.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...