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

A company has a business system that generates hundreds of reports each day. The business system saves the reports to a network share in CSV format. The company needs to store this data in the AWS Cloud in near-real time for analysis.

Which solution will meet these requirements with the LEAST administrative overhead?

Answer options

Correct answer: B

Explanation

Amazon S3 File Gateway provides a seamless, standard file share interface (NFS/SMB) that directly maps to Amazon S3, allowing the business system to write data directly to the cloud in near-real time with zero script maintenance. Options A and C are incorrect because AWS DataSync is designed for batch transfers and scheduling it daily is not near-real-time, while writing a custom API integration adds high administrative overhead. Option D is incorrect because creating and maintaining custom SFTP scripts introduces unnecessary operational complexity compared to using a native storage gateway.