SAP-C02 第 125 题
题目
A company is running a critical application that uses an Amazon RDS for MySQL database to store data. The RDS DB instance is deployed in Multi-AZ mode. A recent RDS database failover test caused a 40-second outage to the application. A solutions architect needs to design a solution to reduce the outage time to less than 20 seconds. Which combination of steps should the solutions architect take to meet these requirements? (Choose three.)
中文翻译:
一家公司正在运行一个关键应用程序,该应用程序使用 Amazon RDS for MySQL 数据库来存储数据。 RDS实例采用多可用区模式部署。最近的 RDS 数据库故障转移测试导致应用程序中断 40 秒。解决方案架构师需要设计一种解决方案,将中断时间减少到 20 秒以内。解决方案架构师应该采取哪些步骤组合来满足这些要求? (选择三项。)
选项
A. Use Amazon ElastiCache for Memcached in front of the database
中文翻译:
在数据库前面使用 Amazon ElastiCache for Memcached
B. Use Amazon ElastiCache for Redis in front of the database
中文翻译:
在数据库前面使用 Amazon ElastiCache for Redis
C. Use RDS Proxy in front of the database.
中文翻译:
在数据库前面使用 RDS Proxy。
D. Migrate the database to Amazon Aurora MySQL.
中文翻译:
将数据库迁移到 Amazon Aurora MySQL。
E. Create an Amazon Aurora Replica.
中文翻译:
创建 Amazon Aurora 副本。
F. Create an RDS for MySQL read replica
中文翻译:
创建 RDS for MySQL 只读副本
答案
CDE
解析
正确答案:CDE 解析: 本题应选择 CDE。 正确选项: C. 在数据库前面使用 RDS Proxy。 D. 将数据库迁移到 Amazon Aurora MySQL。 E. 创建 Amazon Aurora 副本。 选择理由: 该选项最直接地满足题干中的关键约束。做 SAP-C02 题目时,需要同时对照题干里的限定词,例如最高性能、最低运维开销、成本效益、可靠性、可扩展性、安全性、RTO/RPO、合规要求等。本题相关考点主要包括:RD...