Topic 1 Question 414
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?
Use AWS DataSync to transfer the files to Amazon S3. Create a scheduled task that runs at the end of each day.
Create an Amazon S3 File Gateway. Update the business system to use a new network share from the S3 File Gateway.
Use AWS DataSync to transfer the files to Amazon S3. Create an application that uses the DataSync API in the automation workflow.
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.
ユーザの投票
コメント(9)
- 正解だと思う選択肢: B
I think B is the better answer, "LEAST administrative overhead" https://aws.amazon.com/storagegateway/file/?nc1=h_ls
👍 3COTIT2023/03/22 - 正解だと思う選択肢: B
A - creating a scheduled task is not near-real time. B - The S3 File Gateway caches frequently accessed data locally and automatically uploads it to Amazon S3, providing near-real-time access to the data. C - creating an application that uses the DataSync API in the automation workflow may provide near-real-time data access, but it requires additional development effort. D - it requires additional development effort.
👍 3elearningtakai2023/03/31 - 正解だと思う選択肢: B
Key words:
- near-real-time (A is out)
- LEAST administrative (C n D is out)
👍 3channn2023/04/01
シャッフルモード