SAP-C02 第 203 题
题目
一家公司正计划将本地 MySQL 数据库一次性迁移到 us-east-1 区域的 Amazon Aurora MySQL。该公司当前的互联网连接带宽有限。本地MySQL数据库大小为60 TB。该公司估计,通过当前的互联网连接将数据传输到 AWS 需要一个月的时间。该公司需要一个能够更快地迁移数据库的迁移解决方案。哪种解决方案将在最短的时间内迁移数据库?
选项
A. 请求本地数据中心和 AWS 之间的 1 Gbps AWS Direct Connect 连接。使用 AWS Database Migration Service (AWS DMS) 将本地 MySQL 数据库迁移到 Aurora MySQL。
B. 将 AWS DataSync 与当前的 Internet 连接结合使用,以加速本地数据中心和 AWS 之间的数据传输。使用 AWS Application Migration Service 将本地 MySQL 数据库迁移到 Aurora MySQL。
C. 订购 AWS Snowball Edge 设备。使用 S3 接口将数据加载到 Amazon S3 存储桶中。使用 AWS Database Migration Service (AWS DMS) 将数据从 Amazon S3 迁移到 Aurora MySQL。
D. 订购 AWS Snowball 设备。使用适用于 Snowball 的 S3 适配器将数据加载到 Amazon S3 存储桶中。使用 AWS Application Migration Service 将数据从 Amazon S3 迁移到 Aurora MySQL。
答案
C
解析
正确答案:C 解析: 题干关键点:本地数据中心/混合架构、核心服务:Direct Connect, S3, Aurora, DataSync, DMS。 正确选项: C. 订购 AWS Snowball Edge 设备。使用 S3 接口将数据加载到 Amazon S3 存储桶中。使用 AWS Database Migration Service (AWS DMS) 将数据从 Amazon S3 迁移到 Aurora MySQL。 选择理...