SAP-C02 第 72 题
题目
An application is using an Amazon RDS for MySQL Multi-AZ DB instance in the us-east-1 Region. After a failover test, the application lost the connections to the database and could not re-establish the connections. After a restart of the application, the application re-established the connections. A solutions architect must implement a solution so that the application can re-establish connections to the database without requiring a restart. Which solution will meet these requirements?
中文翻译:
应用程序正在 us-east-1 区域中使用 Amazon RDS for MySQL 多可用区数据库实例。故障转移测试后,应用程序丢失了与数据库的连接,并且无法重新建立连接。重新启动应用程序后,应用程序重新建立连接。解决方案架构师必须实现一个解决方案,以便应用程序可以重新建立与数据库的连接,而无需重新启动。哪种解决方案可以满足这些要求?
选项
A. Create an Amazon Aurora MySQL Serverless v1 DB instance. Migrate the RDS DB instance to the Aurora Serverless v1 DB instance. Update the connection settings in the application to point to the Aurora reader endpoint.
中文翻译:
创建 Amazon Aurora MySQL Serverless v1 数据库实例。将 RDS 数据库实例迁移到 Aurora Serverless v1 数据库实例。更新应用程序中的连接设置以指向 Aurora 读取器端点。
B. Create an RDS proxy. Configure the existing RDS endpoint as a target. Update the connection settings in the application to point to the RDS proxy endpoint.
中文翻译:
创建 RDS 代理。将现有 RDS 端点配置为目标。更新应用程序中的连接设置以指向 RDS 代理终端节点。
C. Create a two-node Amazon Aurora MySQL DB cluster. Migrate the RDS DB instance to the Aurora DB cluster. Create an RDS proxy. Configure the existing RDS endpoint as a target. Update the connection settings in the application to point to the RDS proxy endpoint.
中文翻译:
创建一个两节点 Amazon Aurora MySQL 数据库集群。将 RDS 数据库实例迁移到 Aurora 数据库集群。创建 RDS 代理。将现有 RDS 端点配置为目标。更新应用程序中的连接设置以指向 RDS 代理终端节点。
D. Create an Amazon S3 bucket. Export the database to Amazon S3 by using AWS Database Migration Service (AWS DMS). Configure Amazon Athena to use the S3 bucket as a data store. Install the latest Open Database Connectivity (ODBC) driver for the application. Update the connection settings in the application to point to the Athena endpoint
中文翻译:
创建 Amazon S3 存储桶。使用 AWS Database Migration Service (AWS DMS) 将数据库导出到 Amazon S3。配置 Amazon Athena 以使用 S3 存储桶作为数据存储。为应用程序安装最新的开放数据库连接 (ODBC) 驱动程序。更新应用程序中的连接设置以指向 Athena 端点
答案
B
解析
正确答案:B 解析: 本题应选择 B。 正确选项: B. 创建 RDS 代理。将现有 RDS 端点配置为目标。更新应用程序中的连接设置以指向 RDS 代理终端节点。 选择理由: 该选项最直接地满足题干中的关键约束。做 SAP-C02 题目时,需要同时对照题干里的限定词,例如最高性能、最低运维开销、成本效益、可靠性、可扩展性、安全性、RTO/RPO、合规要求等。本题相关考点主要包括:S3、RDS、Aurora、Config、DMS。 排除...