AWS Certified SysOps Administrator – Associate — Question 239
A company hosts a production database on an Amazon Elastic Block Store (Amazon EBS) backed Amazon EC2 instance. As part of an annual disaster recovery exercise, the company needs to restore recent EBS snapshots to a new EC2 instance in a second Availability Zone.
After the snapshots are restored to EBS volumes, the resulting volumes must deliver all of their provisioned performance. The company must perform validation tests on the restored data as quickly as possible.
Which configuration will meet these requirements?
Answer options
- A. Enable EBS fast snapshot restore (FSR) on the snapshots for the second Availability Zone. Create new EBS volumes in the second Availability Zone from the snapshots. Attach the new EBS volumes to a new EC2 instance.
- B. Enable EBS fast snapshot restore (FSR) on the snapshots for the current Availability Zone. Create new EBS volumes in the second Availability Zone from the snapshots, Attach the new EBS volumes to a new EC2 instance.
- C. Specify Provisioned IOPS on the snapshots, Create new EBS volumes in the second Availability Zone from the snapshots. Attach the new EBS volumes to a new EC2 instance.
- D. Specify Provisioned IOPS on the existing EBS volumes. Create the snapshots. After the snapshots are completed, create new EBS volumes in the second Availability Zone from the snapshots. Attach the new EBS volumes to a new EC2 instance.
Correct answer: A
Explanation
Option A is correct because enabling EBS fast snapshot restore (FSR) for the second Availability Zone ensures that the restored volumes can deliver their full provisioned performance immediately. Options B and D incorrectly focus on the current or prior Availability Zone, which won't meet the requirement of restoring to a new instance in the second Availability Zone. Option C also fails to address the need for FSR in the second Availability Zone, which is crucial for quick validation of the restored data.