AWS Certified Solutions Architect – Professional (SAP-C02) — Question 19

A company is planning to store a large number of archived documents and make the documents available to employees through the corporate intranet. Employees will access the system by connecting through a client VPN service that is attached to a VPC. The data must not be accessible to the public.
The documents that the company is storing are copies of data that is held on physical media elsewhere. The number of requests will be low. Availability and speed of retrieval are not concerns of the company.
Which solution will meet these requirements at the LOWEST cost?

Answer options

Correct answer: A

Explanation

The correct answer is A, as it utilizes the S3 One Zone-Infrequent Access (S3 One Zone-IA) storage class, which is the most cost-effective option for infrequently accessed data. Option B is more expensive due to the costs associated with running an EC2 instance and using EFS. Option C is also costly because of the use of EBS, which is not optimized for low-cost archival storage. Option D, while being a storage option, is designed for long-term archival and is not the lowest cost for the described usage pattern.