Q36 — AWS SAA-C03 第3章
第 36/65 题 | ← 返回第3章
Q166.一家公司有一个每天生成数百份报告的业务系统.业务系统将报表以 CSV 格式保存到网络共享中.公司需要将这些数据近乎实时地存储在 AWS 云中以供分析.哪种解决方案能够以最少的管理开销满足这些要求?
- A. 使用 AWS DataSync 将文件传输到 Amazon S3.创建在每天结束时运行的计划任务
- B. 创建一个 Amazon S3 文件网关.更新业务系统以使用来自 S3 文件网关的新网络共享. ✓
- C. 使用 AWS DataSync 将文件传输到 Amazon S3.创建在自动化工作流程中使用 DataSync API 的应用程序
- D. 部署 AWS Transfer for SFTP 端点.创建一个脚本来检查网络共享上的新文件并使用 SFTP 上传新文件
正确答案: B. 创建一个 Amazon S3 文件网关.更新业务系统以使用来自 S3 文件网关的新网络共享.
解析
Option A suggests using AWS DataSync to transfer the files to Amazon S3 and creating a scheduled task that runs at the end of each day. While this approach can work, it does not provide near-real-time data access and requires more operational overhead compared to using an Amazon S3 File Gateway. Option C suggests using AWS DataSync to transfer the files to Amazon S3 and creating an application that uses the DataSync API in the automation workflow. While this approach can work and allows for more flexibility, it may require more development effort compared to using an Amazon S3 File Gateway. Option D suggests deploying an AWS Transfer for SFTP endpoint and creating a script that checks for new files on the network share and uploads the new files using SFTP. While this approach can work, it may require more configuration management compared to using an Amazon S3 File Gateway. By creating an Amazon S3 File Gateway and updating the business system to use a new network share from the gateway, the company can easily and securely upload reports generated by the business system to Amazon S3 in near-real time without requiring complex infrastructure management. This solution also minimizes administrative overhead since it only requires updating the business system to point to the new network share. This solution meets the requirements stated in the question while minimizing administrative overhead. 选项A建议使用AWS DataSync将文件传输到Amazon S3,并创建一个在每天结束时运行的计划任务。虽然这种方法可以工作,但它不能提供接近实时的数据访问,并且与使用Amazon S3 File Gateway相比需要更多的操作开销。选项C建议使用AWS DataSync将文件传输到Amazon S3,并在自动化工作流中创建一个使用DataSync API的应用程序。虽然这种方法可以工作并且允许更大的灵活性,但是与使用Amazon S3 File Gateway相比,它可能需要更多的开发工作。选项D建议为SFTP端点部署AWS Transfer,并创建一个脚本来检查网络共享上的新文件,并使用SFTP上传新文件。虽然这种方法可以工作,但与使用Amazon S3 File Gateway相比,它可能需要更多的配置管理。通过创建Amazon S3文件网关并更新业务系统以使用来自网关的新网络共享,公司可以轻松安全地将业务系统生成的报告近乎实时地上传到Amazon S3,而无需进行复杂的基础设施管理。此解决方案还最小化了管理开销,因为它只需要更新业务系统以指向新的网络共享。此解决方案满足问题中所述的需求,同时最小化管理开销。