passdrill
AWS SAA-C03 · EC2 & Compute · Card 032/038 medium

A team frequently launches new volumes from a "golden" snapshot to seed fresh environments, but sees degraded I/O performance on first access to blocks that haven't been touched yet, until the whole volume has been "warmed up". Which feature directly addresses this?

  1. Provisioned IOPS (io1/io2), since only Provisioned IOPS volumes can be created from a snapshot at all
  2. EBS Multi-Attach, since spreading reads across multiple attached instances hides the latency
  3. Fast Snapshot Restore (FSR), enabled per snapshot per Availability Zone, which makes a volume created from that snapshot fully initialized immediately, delivering its full provisioned performance from the first I/O instead of lazily pulling unread blocks from Amazon S3 on first access
  4. EBS encryption by default, since encrypted volumes skip the lazy-loading step entirely
Next card → Shuffle