SAP-C02 第 439 题
题目
A company wants to migrate an Amazon Aurora MySQL DB cluster from an existing AWS account to a new AWS account in the same AWS Region. Both accounts are members of the same organization in AWS Organizations. The company must minimize database service interruption before the company performs DNS cutover to the new database. Which migration strategy will meet this requirement? (Choose two.)
中文翻译:
一家公司希望将 Amazon Aurora MySQL 数据库集群从现有 AWS 账户迁移到同一 AWS 区域中的新 AWS 账户。两个账户都是 AWS Organizations 中同一组织的成员。在对新数据库进行 DNS 切换之前,公司必须尽量减少数据库服务中断。哪种迁移策略可以满足此要求? (选择两个。)
选项
A. Take a snapshot of the existing Aurora database. Share the snapshot with the new AWS account. Create an Aurora DB cluster in the new account from the snapshot.
中文翻译:
拍摄现有 Aurora 数据库的快照。与新的 AWS 账户共享快照。从快照在新账户中创建 Aurora 数据库集群。
B. Create an Aurora DB cluster in the new AWS account. Use AWS Database Migration Service (AWS DMS) to migrate data between the two Aurora DB clusters.
中文翻译:
在新的 AWS 账户中创建 Aurora 数据库集群。使用 AWS Database Migration Service (AWS DMS) 在两个 Aurora 数据库集群之间迁移数据。
C. Use AWS Backup to share an Aurora database backup from the existing AWS account to the new AWS account. Create an Aurora DB cluster in the new AWS account from the snapshot.
中文翻译:
使用 AWS Backup 将 Aurora 数据库备份从现有 AWS 账户共享到新 AWS 账户。从快照在新 AWS 账户中创建 Aurora 数据库集群。
D. Create an Aurora DB cluster in the new AWS account. Use AWS Application Migration Service to migrate data between the two Aurora DB clusters.
中文翻译:
在新的 AWS 账户中创建 Aurora 数据库集群。使用 AWS Application Migration Service 在两个 Aurora 数据库集群之间迁移数据。
答案
AB
解析
正确答案:AB 解析: 本题应选择 AB。 正确选项: A. 拍摄现有 Aurora 数据库的快照。与新的 AWS 账户共享快照。从快照在新账户中创建 Aurora 数据库集群。 B. 在新的 AWS 账户中创建 Aurora 数据库集群。使用 AWS Database Migration Service (AWS DMS) 在两个 Aurora 数据库集群之间迁移数据。 选择理由: 该选项最直接地满足题干中的关键约束。做 SAP-C0...