SAP-C02 第 203 题
题目
A company is planning a one-time migration of an on-premises MySQL database to Amazon Aurora MySQL in the us-east-1 Region. The company's current internet connection has limited bandwidth. The on-premises MySQL database is 60 TB in size. The company estimates that it will take a month to transfer the data to AWS over the current internet connection. The company needs a migration solution that will migrate the database more quickly. Which solution will migrate the database in the LEAST amount of time?
中文翻译:
一家公司正计划将本地 MySQL 数据库一次性迁移到 us-east-1 区域的 Amazon Aurora MySQL。该公司当前的互联网连接带宽有限。本地MySQL数据库大小为60 TB。该公司估计,通过当前的互联网连接将数据传输到 AWS 需要一个月的时间。该公司需要一个能够更快地迁移数据库的迁移解决方案。哪种解决方案将在最短的时间内迁移数据库?
选项
A. Request a 1 Gbps AWS Direct Connect connection between the on-premises data center and AWS. Use AWS Database Migration Service (AWS DMS) to migrate the on-premises MySQL database to Aurora MySQL.
中文翻译:
请求本地数据中心和 AWS 之间的 1 Gbps AWS Direct Connect 连接。使用 AWS Database Migration Service (AWS DMS) 将本地 MySQL 数据库迁移到 Aurora MySQL。
B. Use AWS DataSync with the current internet connection to accelerate the data transfer between the on-premises data center and AWS. Use AWS Application Migration Service to migrate the on-premises MySQL database to Aurora MySQL.
中文翻译:
将 AWS DataSync 与当前的 Internet 连接结合使用,以加速本地数据中心和 AWS 之间的数据传输。使用 AWS Application Migration Service 将本地 MySQL 数据库迁移到 Aurora MySQL。
C. Order an AWS Snowball Edge device. Load the data into an Amazon S3 bucket by using the S3 interface. Use AWS Database Migration Service (AWS DMS) to migrate the data from Amazon S3 to Aurora MySQL.
中文翻译:
订购 AWS Snowball Edge 设备。使用 S3 接口将数据加载到 Amazon S3 存储桶中。使用 AWS Database Migration Service (AWS DMS) 将数据从 Amazon S3 迁移到 Aurora MySQL。
D. Order an AWS Snowball device. Load the data into an Amazon S3 bucket by using the S3 Adapter for Snowball. Use AWS Application Migration Service to migrate the data from Amazon S3 to Aurora MySQL.
中文翻译:
订购 AWS Snowball 设备。使用适用于 Snowball 的 S3 适配器将数据加载到 Amazon S3 存储桶中。使用 AWS Application Migration Service 将数据从 Amazon S3 迁移到 Aurora MySQL。
答案
C
解析
正确答案:C 解析: 本题应选择 C。 正确选项: C. 订购 AWS Snowball Edge 设备。使用 S3 接口将数据加载到 Amazon S3 存储桶中。使用 AWS Database Migration Service (AWS DMS) 将数据从 Amazon S3 迁移到 Aurora MySQL。 选择理由: 该选项最直接地满足题干中的关键约束。做 SAP-C02 题目时,需要同时对照题干里的限定词,例如最高性能、最...