SAP-C02 第 497 题
题目
A company needs to move some on-premises Oracle databases to AWS. The company has chosen to keep some of the databases on premises for business compliance reasons. The on-premises databases contain spatial data and run cron jobs for maintenance. The company needs to connect to the on- premises systems directly from AWS to query data as a foreign table. Which solution will meet these requirements?
中文翻译:
一家公司需要将一些本地 Oracle 数据库迁移到 AWS。出于业务合规性原因,该公司选择将一些数据库保留在本地。本地数据库包含空间数据并运行 cron 作业进行维护。该公司需要直接从AWS连接到本地系统,以外部表的形式查询数据。哪种解决方案可以满足这些要求?
选项
A. Create Amazon DynamoDB global tables with auto scaling enabled. Use the AWS Schema Conversion Tool (AWS SCT) and AWS Database Migration Service (AWS DMS) to move the data from on premises to DynamoDB. Create an AWS Lambda function to move the spatial data to Amazon S3. Query the data by using Amazon Athena. Use Amazon EventBridge to schedule jobs in DynamoDB for maintenance. Use Amazon API Gateway for foreign table support.
中文翻译:
创建启用自动扩展的 Amazon DynamoDB 全局表。使用 AWS Schema Conversion Tool (AWS SCT) 和 AWS Database Migration Service (AWS DMS) 将数据从本地移动到 DynamoDB。创建 AWS Lambda 函数以将空间数据移动到 Amazon S3。使用 Amazon Athena 查询数据。使用 Amazon EventBridge 在 DynamoDB 中安排作业进行维护。使用 Amazon API Gateway 提供外部表支持。
B. Create an Amazon RDS for Microsoft SQL Server DB instance. Use native replication to move the data from on premises to the DB instance. Use the AWS Schema Conversion Tool (AWS SCT) to modify the SQL Server schema as needed after replication. Move the spatial data to Amazon Redshift. Use stored procedures for system maintenance. Create AWS Glue crawlers to connect to the on-premises Oracle databases for foreign table support.
中文翻译:
为 Microsoft SQL Server 数据库实例创建 Amazon RDS。使用本机复制将数据从本地移动到数据库实例。复制后,使用 AWS Schema Conversion Tool (AWS SCT) 根据需要修改 SQL Server 架构。将空间数据移动到 Amazon Redshift。使用存储过程进行系统维护。创建 AWS Glue 爬网程序以连接到本地 Oracle 数据库以获得外部表支持。
C. Launch Amazon EC2 instances to host the Oracle databases. Place the EC2 instances in an Auto Scaling group. Use AWS Application Migration Service to move the data from on premises to the EC2 instances and for real-time bidirectional change data capture (CDC) synchronization. Use Oracle native spatial data support. Create an AWS Lambda function to run maintenance jobs as part of an AWS Step Functions workflow. Create an internet gateway for foreign table support.
中文翻译:
启动 Amazon EC2 实例来托管 Oracle 数据库。将 EC2 实例放入 Auto Scaling 组中。使用 AWS Application Migration Service 将数据从本地移动到 EC2 实例,并实现实时双向变更数据捕获 (CDC) 同步。使用 Oracle 本机空间数据支持。创建 AWS Lambda 函数来运行维护作业,作为 AWS Step Functions 工作流程的一部分。创建一个互联网网关以支持外部表。
D. Create an Amazon RDS for PostgreSQL DB instance. Use the AWS Schema Conversion Tool (AWS SCT) and AWS Database Migration Service (AWS DMS) to move the data from on premises to the DB instance. Use PostgreSQL native spatial data support. Run cron jobs on the DB instance for maintenance. Use AWS Direct Connect to connect the DB instance to the on- premises environment for foreign table support.
中文翻译:
创建 Amazon RDS for PostgreSQL 数据库实例。使用 AWS Schema Conversion Tool (AWS SCT) 和 AWS Database Migration Service (AWS DMS) 将数据从本地移动到数据库实例。使用 PostgreSQL 本机空间数据支持。在数据库实例上运行 cron 作业以进行维护。使用 AWS Direct Connect 将数据库实例连接到本地环境以获得外部表支持。
答案
D
解析
正确答案:D 解析: 本题应选择 D。 正确选项: D. 创建 Amazon RDS for PostgreSQL 数据库实例。使用 AWS Schema Conversion Tool (AWS SCT) 和 AWS Database Migration Service (AWS DMS) 将数据从本地移动到数据库实例。使用 PostgreSQL 本机空间数据支持。在数据库实例上运行 cron 作业以进行维护。使用 AWS Direc...