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

A company has an on-premises data center that is running out of storage capacity. The company wants to migrate its storage infrastructure to AWS while minimizing bandwidth costs. The solution must allow for immediate retrieval of data at no additional cost.

How can these requirements be met?

Answer options

Correct answer: B

Explanation

AWS Storage Gateway with cached volumes stores the primary data in Amazon S3 while keeping a cache of frequently accessed data locally, which directly addresses the on-premises capacity shortage and ensures low-latency, no-cost local retrieval. Stored volumes (Options C and D) require storing the entire dataset locally, which does not resolve the local storage capacity constraint. Amazon S3 Glacier Vault (Option A) incurs retrieval costs and does not natively solve the local storage capacity issue with low-latency local access.