A company runs a critical database on Amazon EC2 instances with Amazon EBS volumes in the us-east-1 Region. To meet a low Recovery Time Objective (RTO) during disaster recovery drills, a SysOps Administrator enables Fast Snapshot Restore (FSR) on the EBS snapshots in us-east-1. The EBS snapshots are copied to the us-west-2 Region daily using an AWS Backup plan. During a disaster recovery drill in us-west-2, the administrator restores an EBS volume from the copied snapshot into the us-west-2a Availability Zone. However, the database experiences high initial I/O latency, and the restored volume does not perform at its provisioned limit immediately.
Which of the following is the most likely cause of this performance degradation?
- Fast Snapshot Restore (FSR) is not automatically enabled on copied snapshots, and it must be explicitly enabled for the copied snapshot in the destination Region and target Availability Zone.Answer
- BThe copied snapshot in the destination Region must be restored as part of a Multi-AZ deployment to enable automated instant initialization across all Availability Zones.
- CThe source EBS volume did not have versioning enabled, which prevented the Fast Snapshot Restore state from replicating to the destination Region.
- DThe restored EC2 instance and EBS volume were launched in a public subnet that lacks a route to an Internet Gateway in its route table, blocking the volume initialization traffic.
Answer
Fast Snapshot Restore (FSR) is not automatically enabled on copied snapshots, and it must be explicitly enabled for the copied snapshot in the destination Region and target Availability Zone.
The correct answer is that Fast Snapshot Restore (FSR) is not automatically enabled on copied snapshots, and it must be explicitly enabled for the copied snapshot in the destination Region and target Availability Zone. When an EBS snapshot is copied across Regions, it acts as a standard snapshot in the destination Region. FSR must be explicitly enabled on the copied snapshot for the specific Availability Zones where the volumes will be restored. This ensures that the restored EBS volume has its blocks pre-warmed, avoiding the lazy-loading latency associated with pulling block data from Amazon S3 upon first access.
Step-by-Step Solution
Key Concept
EBS Fast Snapshot Restore (FSR) constraints and behavior across Regions and Availability Zones
Estimated Time:2m 30s