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

A company is migrating a document processing workload to AWS. The company has updated many applications to natively use the Amazon S3 API to store, retrieve, and modify documents that a processing server generates at a rate of approximately 5 documents every second. After the document processing is finished, customers can download the documents directly from Amazon S3.

During the migration, the company discovered that it could not immediately update the processing server that generates many documents to support the S3 API. The server runs on Linux and requires fast local access to the files that the server generates and modifies. When the server finishes processing, the files must be available to the public for download within 30 minutes.

Which solution will meet these requirements with the LEAST amount of effort?

Answer options

Correct answer: B

Explanation

Option B is correct as it allows the processing server to maintain fast local access while seamlessly integrating with Amazon S3 using the File Gateway. The other options either require more complex configurations (C) or do not provide the necessary local access speed (A and D) for the server to function effectively during the migration.