SAP-C02 第 429 题
题目
A company has developed an application that is running Windows Server on VMware vSphere VMs that the company hosts on premises. The application data is stored in a proprietary format that must be read through the application. The company manually provisioned the servers and the application. As part of its disaster recovery plan, the company wants the ability to host its application on AWS temporarily if the company's on- premises environment becomes unavailable. The company wants the application to return to on-premises hosting after a disaster recovery event is complete. The RPO is 5 minutes. Which solution meets these requirements with the LEAST amount of operational overhead?
中文翻译:
一家公司开发了一款在该公司本地托管的 VMware vSphere 虚拟机上运行 Windows Server 的应用程序。应用程序数据以必须通过应用程序读取的专有格式存储。该公司手动配置服务器和应用程序。作为灾难恢复计划的一部分,该公司希望在公司的本地环境不可用时能够暂时在 AWS 上托管其应用程序。该公司希望应用程序在灾难恢复事件完成后返回到本地托管。 RPO 为 5 分钟。哪种解决方案能够以最少的运营开销满足这些要求?
选项
A. Configure AWS DataSync. Replicate the data to Amazon Elastic Block Store (Amazon EBS) volumes. When the on-premises environment is unavailable, use AWS CloudFormation templates to provision Amazon EC2 instances and attach the EBS volumes.
中文翻译:
配置 AWS DataSync。将数据复制到 Amazon Elastic Block Store (Amazon EBS) 卷。当本地环境不可用时,使用 AWS CloudFormation 模板预置 Amazon EC2 实例并附加 EBS 卷。
B. Configure AWS Elastic Disaster Recovery. Replicate the data to replication Amazon EC2 instances that are attached to Amazon Elastic Block Store (Amazon EBS) volumes. When the on-premises environment is unavailable, use Elastic Disaster Recovery to launch EC2 instances that use the replicated volumes.
中文翻译:
配置 AWS 弹性灾难恢复。将数据复制到附加到 Amazon Elastic Block Store (Amazon EBS) 卷的复制 Amazon EC2 实例。当本地环境不可用时,使用 Elastic Disaster Recovery 启动使用复制卷的 EC2 实例。
C. Provision an AWS Storage Gateway file gateway. Replicate the data to an Amazon S3 bucket. When the on-premises environment is unavailable, use AWS Backup to restore the data to Amazon Elastic Block Store (Amazon EBS) volumes and launch Amazon EC2 instances from these EBS volumes.
中文翻译:
预置 AWS Storage Gateway 文件网关。将数据复制到 Amazon S3 存储桶。当本地环境不可用时,使用 AWS Backup 将数据恢复到 Amazon Elastic Block Store (Amazon EBS) 卷并从这些 EBS 卷启动 Amazon EC2 实例。
D. Provision an Amazon FSx for Windows File Server file system on AWS. Replicate the data to the file system. When the on- premises environment is unavailable, use AWS CloudFormation templates to provision Amazon EC2 instances and use AWS::CloudFormation::Init commands to mount the Amazon FSx file shares.
中文翻译:
在 AWS 上预置 Amazon FSx for Windows File Server 文件系统。将数据复制到文件系统。当本地环境不可用时,使用 AWS CloudFormation 模板预置 Amazon EC2 实例并使用 AWS::CloudFormation::Init 命令挂载 Amazon FSx 文件共享。
答案
B
解析
正确答案:B 解析: 本题应选择 B。 正确选项: B. 配置 AWS 弹性灾难恢复。将数据复制到附加到 Amazon Elastic Block Store (Amazon EBS) 卷的复制 Amazon EC2 实例。当本地环境不可用时,使用 Elastic Disaster Recovery 启动使用复制卷的 EC2 实例。 选择理由: 该选项最直接地满足题干中的关键约束。做 SAP-C02 题目时,需要同时对照题干里的限定词,...