Q15 — AWS SAA-C03 第3章

第 15/65 题 | ← 返回第3章

Q145.一家公司使用 NFS 在本地网络附加存储中存储大型视频文件.每个视频文件的大小从 1MB 到 500 GB 不等.总存储量为 70 TB,并且不再增长.公司决定将视频文件迁移到 Amazon S3.公司必须尽快迁移视频文件,同时使用尽可能少的网络带宽.哪种解决方案可以满足这些要求?

正确答案: B. 创建一个 AWS Snowball Edge 作业.在本地接收 Snowball Edge 设备.使用 Snowball Edge 客户端将数据传输到设备.返回设备,以便 AWS 可以将数据导入 Amazon S3.

解析

Option B is the best solution to meet the requirements of migrating large video files to Amazon S3 while using the least possible network bandwidth. Explanation: AWS Snowball Edge is a petabyte-scale data transport solution that uses secure appliances to transfer large amounts of data into and out of AWS. In this scenario, the company can use an AWS Snowball Edge device to transfer the video files from on-premises storage to the device. The device can then be shipped back to AWS for data ingestion into S3. This solution minimizes network bandwidth usage and provides a convenient way to transfer large amounts of data in a secure and efficient manner. Option A is not a suitable solution as copying all the files locally to the S3 bucket will use a lot of network bandwidth and may take a long time to complete. Option C and D involve deploying an S3 File Gateway on premises, which can be complex and time-consuming. These options do not minimize network bandwidth usage as the data will still need to be transferred over the network to the S3 File Gateway before being uploaded to S3. 选项B是在使用尽可能少的网络带宽的情况下满足将大型视频文件迁移到Amazon S3的需求的最佳解决方案。 解释: AWS Snowball Edge是一种pb级数据传输解决方案,它使用安全设备将大量数据传入和传出AWS。在这种情况下,公司可以使用AWS Snowball Edge设备将视频文件从本地存储传输到设备。然后,设备可以运回AWS,以便将数据摄取到S3中。该解决方案最大限度地减少了网络带宽的使用,并提供了一种安全高效的传输大量数据的便捷方式。 选项A不是一个合适的解决方案,因为将所有文件本地复制到S3 bucket将使用大量网络带宽,并且可能需要很长时间才能完成。 选项C和D涉及在本地部署S3文件网关,这可能既复杂又耗时。这些选项并不能最大限度地减少网络带宽的使用,因为数据在上传到S3之前仍然需要通过网络传输到S3文件网关。