SAP-C02 第 448 题
题目
A company is deploying a new web-based application and needs a storage solution for the Linux application servers. The company wants to create a single location for updates to application data for all instances. The active dataset will be up to 100 GB in size. A solutions architect has determined that peak operations will occur for 3 hours daily and will require a total of 225 MiBps of read throughput. The solutions architect must design a Multi-AZ solution that makes a copy of the data available in another AWS Region for disaster recovery (DR). The DR copy has an RPO of less than 1 hour. Which solution will meet these requirements?
中文翻译:
一家公司正在部署一个新的基于 Web 的应用程序,需要一个适用于 Linux 应用程序服务器的存储解决方案。该公司希望创建一个位置来更新所有实例的应用程序数据。活动数据集的大小最大为 100 GB。解决方案架构师已确定每天将出现 3 小时的高峰操作,并且总共需要 225 MiBps 的读取吞吐量。解决方案架构师必须设计一个多可用区解决方案,使数据副本可以在另一个 AWS 区域中用于灾难恢复 (DR)。 DR 副本的 RPO 不到 1 小时。哪种解决方案可以满足这些要求?
选项
A. Deploy a new Amazon Elastic File System (Amazon EFS) Multi-AZ file system. Configure the file system for 75 MiBps of provisioned throughput. Implement replication to a file system in the DR Region.
中文翻译:
部署新的 Amazon Elastic File System (Amazon EFS) 多可用区文件系统。将文件系统配置为 75 MiBps 的预配置吞吐量。实施复制到 DR 区域中的文件系统。
B. Deploy a new Amazon FSx for Lustre file system. Configure Bursting Throughput mode for the file system. Use AWS Backup to back up the file system to the DR Region.
中文翻译:
部署新的 Amazon FSx for Lustre 文件系统。配置文件系统的突发吞吐量模式。使用 AWS Backup 将文件系统备份到 DR 区域。
C. Deploy a General Purpose SSD (gp3) Amazon Elastic Block Store (Amazon EBS) volume with 225 MiBps of throughput. Enable Multi-Attach for the EBS volume. Use AWS Elastic Disaster Recovery to replicate the EBS volume to the DR Region.
中文翻译:
部署具有 225 MiBps 吞吐量的通用 SSD (gp3) Amazon Elastic Block Store (Amazon EBS) 卷。为 EBS 卷启用多重附加。使用 AWS Elastic Disaster Recovery 将 EBS 卷复制到 DR 区域。
D. Deploy an Amazon FSx for OpenZFS file system in both the production Region and the DR Region. Create an AWS DataSync scheduled task to replicate the data from the production file system to the DR file system every 10 minutes.
中文翻译:
在生产区域和 DR 区域中部署 Amazon FSx for OpenZFS 文件系统。创建 AWS DataSync 计划任务以每 10 分钟将数据从生产文件系统复制到 DR 文件系统。
答案
A
解析
正确答案:A 解析: 本题应选择 A。 正确选项: A. 部署新的 Amazon Elastic File System (Amazon EFS) 多可用区文件系统。将文件系统配置为 75 MiBps 的预配置吞吐量。实施复制到 DR 区域中的文件系统。 选择理由: 该选项最直接地满足题干中的关键约束。做 SAP-C02 题目时,需要同时对照题干里的限定词,例如最高性能、最低运维开销、成本效益、可靠性、可扩展性、安全性、RTO/RPO、...