AWS Certified Solutions Architect – Associate (SAA-C03) — Question 299

A company wants to implement a disaster recovery plan for its primary on-premises file storage volume. The file storage volume is mounted from an Internet Small Computer Systems Interface (iSCSI) device on a local storage server. The file storage volume holds hundreds of terabytes (TB) of data.

The company wants to ensure that end users retain immediate access to all file types from the on-premises systems without experiencing latency.

Which solution will meet these requirements with the LEAST amount of change to the company's existing infrastructure?

Answer options

Correct answer: D

Explanation

AWS Storage Gateway Volume Gateway stored volumes maintain the entire dataset locally on-premises, which ensures low-latency access to all files while asynchronously backing up data to AWS as EBS snapshots. Volume Gateway cached volumes (Option C) only retain a subset of recently accessed data locally, which would introduce retrieval latency for older or uncached files. File Gateway (Option A) requires switching the protocol from iSCSI to NFS, violating the requirement to minimize changes to the existing infrastructure.