SAP-C02 第 240 题
题目
A solutions architect needs to define a reference architecture for a solution for three-tier applications with web. application, and NoSQL data layers. The reference architecture must meet the following requirements: • High availability within an AWS Region • Able to fail over in 1 minute to another AWS Region for disaster recovery • Provide the most efficient solution while minimizing the impact on the user experience Which combination of steps will meet these requirements? (Choose three.)
中文翻译:
解决方案架构师需要为带有 Web 的三层应用程序的解决方案定义参考架构。应用程序层和 NoSQL 数据层。参考架构必须满足以下要求: • AWS 区域内的高可用性 • 能够在 1 分钟内故障转移到另一个 AWS 区域以进行灾难恢复 • 提供最高效的解决方案,同时尽量减少对用户体验的影响 哪种步骤组合可以满足这些要求? (选择三项。)
选项
A. Use an Amazon Route 53 weighted routing policy set to 100/0 across the two selected Regions. Set Time to Live (TTL) to 1 hour.
中文翻译:
在两个选定区域中使用设置为 100/0 的 Amazon Route 53 加权路由策略。将生存时间 (TTL) 设置为 1 小时。
B. Use an Amazon Route 53 failover routing policy for failover from the primary Region to the disaster recovery Region. Set Time to Live (TTL) to 30 seconds.
中文翻译:
使用 Amazon Route 53 故障转移路由策略将故障从主要区域转移到灾难恢复区域。将生存时间 (TTL) 设置为 30 秒。
C. Use a global table within Amazon DynamoDB so data can be accessed in the two selected Regions.
中文翻译:
使用 Amazon DynamoDB 中的全局表,以便可以在两个选定区域中访问数据。
D. Back up data from an Amazon DynamoDB table in the primary Region every 60 minutes and then write the data to Amazon S3. Use S3 cross-Region replication to copy the data from the primary Region to the disaster recovery Region. Have a script import the data into DynamoDB in a disaster recovery scenario.
中文翻译:
每 60 分钟备份一次主要区域中的 Amazon DynamoDB 表中的数据,然后将数据写入 Amazon S3。使用S3跨Region复制将数据从主Region复制到灾备Region。让脚本在灾难恢复场景中将数据导入 DynamoDB。
E. Implement a hot standby model using Auto Scaling groups for the web and application layers across multiple Availability Zones in the Regions. Use zonal Reserved Instances for the minimum number of servers and On-Demand Instances for any additional resources.
中文翻译:
使用 Auto Scaling 组在区域中的多个可用区的 Web 和应用程序层实施热备用模型。对最少数量的服务器使用区域预留实例,对任何其他资源使用按需实例。
F. Use Auto Scaling groups for the web and application layers across multiple Availability Zones in the Regions. Use Spot Instances for the required resources.
中文翻译:
对区域中多个可用区的 Web 和应用程序层使用 Auto Scaling 组。使用 Spot 实例来获取所需的资源。
答案
BCE
解析
正确答案:BCE 解析: 本题应选择 BCE。 正确选项: B. 使用 Amazon Route 53 故障转移路由策略将故障从主要区域转移到灾难恢复区域。将生存时间 (TTL) 设置为 30 秒。 C. 使用 Amazon DynamoDB 中的全局表,以便可以在两个选定区域中访问数据。 E. 使用 Auto Scaling 组在区域中的多个可用区的 Web 和应用程序层实施热备用模型。对最少数量的服务器使用区域预留实例,对任何其他资...