SAP-C02 第 229 题
题目
A solutions architect is planning to migrate critical Microsoft SQL Server databases to AWS. Because the databases are legacy systems, the solutions architect will move the databases to a modern data architecture. The solutions architect must migrate the databases with near-zero downtime. Which solution will meet these requirements?
中文翻译:
解决方案架构师正计划将关键的 Microsoft SQL Server 数据库迁移到 AWS。由于数据库是遗留系统,解决方案架构师会将数据库迁移到现代数据架构。解决方案架构师必须在近乎零停机的情况下迁移数据库。哪种解决方案可以满足这些要求?
选项
A. Use AWS Application Migration Service and the AWS Schema Conversion Tool (AWS SCT). Perform an in-place upgrade before the migration. Export the migrated data to Amazon Aurora Serverless after cutover. Repoint the applications to Amazon Aurora.
中文翻译:
使用 AWS Application Migration Service 和 AWS Schema Conversion Tool (AWS SCT)。在迁移之前执行就地升级。切换后将迁移的数据导出到 Amazon Aurora Serverless。将应用程序重新指向 Amazon Aurora。
B. Use AWS Database Migration Service (AWS DMS) to rehost the database. Set Amazon S3 as a target. Set up change data capture (CDC) replication. When the source and destination are fully synchronized, load the data from Amazon S3 into an Amazon RDS for Microsoft SQL Server DB instance.
中文翻译:
使用 AWS Database Migration Service (AWS DMS) 重新托管数据库。将 Amazon S3 设置为目标。设置变更数据捕获 (CDC) 复制。当源和目标完全同步后,将数据从 Amazon S3 加载到 Amazon RDS for Microsoft SQL Server 数据库实例中。
C. Use native database high availability tools. Connect the source system to an Amazon RDS for Microsoft SQL Server DB instance. Configure replication accordingly. When data replication is finished, transition the workload to an Amazon RDS for Microsoft SQL Server DB instance.
中文翻译:
使用本机数据库高可用性工具。将源系统连接到 Amazon RDS for Microsoft SQL Server 数据库实例。相应地配置复制。数据复制完成后,将工作负载转移到 Amazon RDS for Microsoft SQL Server 数据库实例。
D. Use AWS Application Migration Service. Rehost the database server on Amazon EC2. When data replication is finished, detach the database and move the database to an Amazon RDS for Microsoft SQL Server DB instance. Reattach the database and then cut over all networking.
中文翻译:
使用 AWS 应用程序迁移服务。在 Amazon EC2 上重新托管数据库服务器。数据复制完成后,分离数据库并将数据库移动到 Amazon RDS for Microsoft SQL Server 数据库实例。重新连接数据库,然后切断所有网络。
答案
C
解析
正确答案:C 解析: 本题应选择 C。 正确选项: C. 使用本机数据库高可用性工具。将源系统连接到 Amazon RDS for Microsoft SQL Server 数据库实例。相应地配置复制。数据复制完成后,将工作负载转移到 Amazon RDS for Microsoft SQL Server 数据库实例。 选择理由: 该选项最直接地满足题干中的关键约束。做 SAP-C02 题目时,需要同时对照题干里的限定词,例如最高性能、...