
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
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?
A
Use AWS DataSync to transfer the files to Amazon S3. Create a scheduled task that runs at the end of each day.
B
Create an Amazon S3 File Gateway. Update the business system to use a new network share from the S3 File Gateway.
C
Use AWS DataSync to transfer the files to Amazon S3. Create an application that uses the DataSync API in the automation workflow.
D
Deploy an AWS Transfer for SFTP endpoint. Create a script that checks for new files on the network share and uploads the new files by using SFTP.
Explanation:
Option B (Amazon S3 File Gateway) is the correct answer because it provides the LEAST administrative overhead while meeting the near-real time requirement.
Option A: Using AWS DataSync with a scheduled daily task
Option B: Amazon S3 File Gateway
Option C: AWS DataSync with custom API application
Option D: AWS Transfer for SFTP with custom script
This solution eliminates the need for custom scripts, scheduled tasks, or application modifications while providing near-real time data availability in S3 for analysis.