SAP-C02 第 146 题
题目
A company is running an application in the AWS Cloud. The application runs on containers m an Amazon Elastic Container Service (Amazon ECS) cluster. The ECS tasks use the Fargate launch type. The application's data is relational and is stored in Amazon Aurora MySQL. To meet regulatory requirements, the application must be able to recover to a separate AWS Region in the event of an application failure. In case of a failure, no data can be lost. Which solution will meet these requirements with the LEAST amount of operational overhead?
中文翻译:
一家公司正在 AWS 云中运行应用程序。该应用程序在 Amazon Elastic Container Service (Amazon ECS) 集群中的容器上运行。 ECS 任务使用 Fargate 启动类型。该应用程序的数据是关系数据,存储在 Amazon Aurora MySQL 中。为了满足监管要求,应用程序必须能够在应用程序发生故障时恢复到单独的 AWS 区域。如果出现故障,任何数据都不会丢失。哪种解决方案能够以最少的运营开销满足这些要求?
选项
A. Provision an Aurora Replica in a different Region.
中文翻译:
在不同区域配置 Aurora 副本。
B. Set up AWS DataSync for continuous replication of the data to a different Region.
中文翻译:
设置 AWS DataSync 以将数据持续复制到不同区域。
C. Set up AWS Database Migration Service (AWS DMS) to perform a continuous replication of the data to a different Region.
中文翻译:
设置 AWS Database Migration Service (AWS DMS) 以将数据连续复制到不同区域。
D. Use Amazon Data Lifecycle Manager (Amazon DLM) to schedule a snapshot every 5 minutes.
中文翻译:
使用 Amazon Data Lifecycle Manager (Amazon DLM) 计划每 5 分钟生成一次快照。
答案
A
解析
正确答案:A 解析: 本题应选择 A。 正确选项: A. 在不同区域配置 Aurora 副本。 选择理由: 该选项最直接地满足题干中的关键约束。做 SAP-C02 题目时,需要同时对照题干里的限定词,例如最高性能、最低运维开销、成本效益、可靠性、可扩展性、安全性、RTO/RPO、合规要求等。本题相关考点主要包括:EBS、Aurora、DataSync、DMS、ECS、Fargate。 排除思路: B、C、D 通常会在协议或服务适配、单点...