SAP-C02 第 350 题
题目
A solutions architect works for a government agency that has strict disaster recovery requirements. All Amazon Elastic Block Store (Amazon EBS) snapshots are required to be saved in at least two additional AWS Regions. The agency also is required to maintain the lowest possible operational overhead. Which solution meets these requirements?
中文翻译:
解决方案架构师为具有严格灾难恢复要求的政府机构工作。所有 Amazon Elastic Block Store (Amazon EBS) 快照都需要保存在至少两个额外的 AWS 区域中。该机构还需要保持尽可能低的运营费用。哪种解决方案满足这些要求?
选项
A. Configure a policy in Amazon Data Lifecycle Manager (Amazon DLM) to run once daily to copy the EBS snapshots to the additional Regions.
中文翻译:
在 Amazon Data Lifecycle Manager (Amazon DLM) 中配置策略以每天运行一次,以将 EBS 快照复制到其他区域。
B. Use Amazon EventBridge to schedule an AWS Lambda function to copy the EBS snapshots to the additional Regions.
中文翻译:
使用 Amazon EventBridge 安排 AWS Lambda 函数将 EBS 快照复制到其他区域。
C. Setup AWS Backup to create the EBS snapshots. Configure Amazon S3 Cross-Region Replication to copy the EBS snapshots to the additional Regions.
中文翻译:
设置 AWS Backup 以创建 EBS 快照。配置 Amazon S3 跨区域复制以将 EBS 快照复制到其他区域。
D. Schedule Amazon EC2 Image Builder to run once daily to create an AMI and copy the AMI to the additional Regions.
中文翻译:
安排 Amazon EC2 Image Builder 每天运行一次以创建 AMI 并将 AMI 复制到其他区域。
答案
A
解析
正确答案:A 解析: 本题应选择 A。 正确选项: A. 在 Amazon Data Lifecycle Manager (Amazon DLM) 中配置策略以每天运行一次,以将 EBS 快照复制到其他区域。 选择理由: 该选项最直接地满足题干中的关键约束。做 SAP-C02 题目时,需要同时对照题干里的限定词,例如最高性能、最低运维开销、成本效益、可靠性、可扩展性、安全性、RTO/RPO、合规要求等。本题相关考点主要包括:Lambda...