An insurance firm needs to archive historical policy documents to meet compliance regulations. These files are rarely accessed, but when a customer requests a policy lookup, the document must be retrieved immediately (within milliseconds). The firm wants to minimize storage costs without sacrificing durability. Which Amazon S3 storage class should the firm choose?
- AAmazon S3 Standard
- Amazon S3 Standard-Infrequent AccessAnswer
- CAmazon S3 Glacier Flexible Retrieval
- DAmazon Elastic File System Infrequent Access
Answer
Amazon S3 Standard-Infrequent Access is the correct choice because it is designed for infrequently accessed data that requires rapid, millisecond retrieval when requested, providing the necessary durability and low latency at a lower storage cost than Amazon S3 Standard.
Amazon S3 Standard-Infrequent Access is the correct choice because it is specifically designed for data that is accessed less frequently but requires rapid, millisecond retrieval when requested. It provides the same durability and low latency as Amazon S3 Standard but at a lower storage cost, matching the requirements of the scenario.
Step-by-Step Solution
Key Concept
Selecting S3 storage classes based on access frequency, retrieval speed requirements, and cost-efficiency.
Estimated Time:1m 0s