SAP-C02 第 272 题
题目
A company hosts a web application on AWS in the us-east-1 Region. The application servers are distributed across three Availability Zones behind an Application Load Balancer. The database is hosted in a MySQL database on an Amazon EC2 instance. A solutions architect needs to design a cross-Region data recovery solution using AWS services with an RTO of less than 5 minutes and an RPO of less than 1 minute. The solutions architect is deploying application servers in us-west-2, and has configured Amazon Route 53 health checks and DNS failover to us-west-2. Which additional step should the solutions architect take?
中文翻译:
一家公司在 us-east-1 区域的 AWS 上托管 Web 应用程序。应用程序服务器分布在应用程序负载均衡器后面的三个可用区中。该数据库托管在 Amazon EC2 实例上的 MySQL 数据库中。解决方案架构师需要使用 AWS 服务设计跨区域数据恢复解决方案,RTO 小于 5 分钟,RPO 小于 1 分钟。解决方案架构师正在 us-west-2 中部署应用程序服务器,并已配置 Amazon Route 53 运行状况检查和 DNS 故障转移到 us-west-2。解决方案架构师应该采取哪些额外步骤?
选项
A. Migrate the database to an Amazon RDS for MySQL instance with a cross-Region read replica in us-west-2.
中文翻译:
将数据库迁移到具有 us-west-2 中的跨区域只读副本的 Amazon RDS for MySQL 实例。
B. Migrate the database to an Amazon Aurora global database with the primary in us-east-1 and the secondary in us-west-2.
中文翻译:
将数据库迁移到 Amazon Aurora 全局数据库,其中主数据库位于 us-east-1,辅助数据库位于 us-west-2。
C. Migrate the database to an Amazon RDS for MySQL instance with a Multi-AZ deployment.
中文翻译:
通过多可用区部署将数据库迁移到 Amazon RDS for MySQL 实例。
D. Create a MySQL standby database on an Amazon EC2 instance in us-west-2.
中文翻译:
在 us-west-2 中的 Amazon EC2 实例上创建 MySQL 备用数据库。
答案
B
解析
正确答案:B 解析: 本题应选择 B。 正确选项: B. 将数据库迁移到 Amazon Aurora 全局数据库,其中主数据库位于 us-east-1,辅助数据库位于 us-west-2。 选择理由: 该选项最直接地满足题干中的关键约束。做 SAP-C02 题目时,需要同时对照题干里的限定词,例如最高性能、最低运维开销、成本效益、可靠性、可扩展性、安全性、RTO/RPO、合规要求等。本题相关考点主要包括:Route 53、EC2、RDS...