SAP-C02 学习助手

SAP-C02 第 509 题

Route 53 DynamoDB EC2 EBS Config

题目

A company is using a single AWS Region for its ecommerce website. The website includes a web application that runs on several Amazon EC2 instances behind an Application Load Balancer (ALB). The website also includes an Amazon DynamoDB table. A custom domain name in Amazon Route 53 is linked to the ALB. The company created an SSL/TLS certificate in AWS Certificate Manager (ACM) and attached the certificate to the ALB. The company is not using a content delivery network as part of its design. The company wants to replicate its entire application stack in a second Region to provide disaster recovery, plan for future growth, and provide improved access time to users. A solutions architect needs to implement a solution that achieves these goals and minimizes administrative overhead. Which combination of steps should the solutions architect take to meet these requirements? (Choose three.)

中文翻译:
一家公司正在为其电子商务网站使用单个 AWS 区域。该网站包含一个 Web 应用程序,该应用程序在应用程序负载均衡器 (ALB) 后面的多个 Amazon EC2 实例上运行。该网站还包含一个 Amazon DynamoDB 表。 Amazon Route 53 中的自定义域名链接到 ALB。该公司在 AWS Certificate Manager (ACM) 中创建了 SSL/TLS 证书,并将该证书附加到 ALB。该公司没有使用内容交付网络作为其设计的一部分。该公司希望在第二个区域复制其整个应用程序堆栈,以提供灾难恢复、规划未来增长并改善用户的访问时间。解决方案架构师需要实施一个解决方案来实现这些目标并最大限度地减少管理开销。解决方案架构师应该采取哪些步骤组合来满足这些要求? (选择三项。)

选项

A. Create an AWS CloudFormation template for the current infrastructure design. Use parameters for important system values, including Region. Use the CloudFormation template to create the new infrastructure in the second Region.

中文翻译:
为当前基础设施设计创建 AWS CloudFormation 模板。使用重要系统值的参数,包括区域。使用 CloudFormation 模板在第二个区域中创建新的基础架构。

B. Use the AWS Management Console to document the existing infrastructure design in the first Region and to create the new infrastructure in the second Region.

中文翻译:
使用 AWS 管理控制台记录第一个区域中的现有基础设施设计并在第二个区域中创建新的基础设施。

C. Update the Route 53 hosted zone record for the application to use weighted routing. Send 50% of the traffic to the ALB in each Region.

中文翻译:
更新应用程序的 Route 53 托管区域记录以使用加权路由。将 50% 的流量发送到每个区域的 ALB。

D. Update the Route 53 hosted zone record for the application to use latency-based routing. Send traffic to the ALB in each Region.

中文翻译:
更新应用程序的 Route 53 托管区域记录以使用基于延迟的路由。将流量发送到每个区域中的 ALB。

E. Update the configuration of the existing DynamoDB table by enabling DynamoDB Streams. Add the second Region to create a global table.

中文翻译:
通过启用 DynamoDB Streams 更新现有 DynamoDB 表的配置。添加第二个区域以创建全局表。

F. Create a new DynamoDB table. Enable DynamoDB Streams for the new table. Add the second Region to create a global table. Copy the data from the existing DynamoDB table to the new table as a one-time operation.

中文翻译:
创建一个新的 DynamoDB 表。为新表启用 DynamoDB Streams。添加第二个区域以创建全局表。将数据从现有 DynamoDB 表复制到新表作为一次性操作。

答案

ADE

解析

正确答案:ADE 解析: 本题应选择 ADE。 正确选项: A. 为当前基础设施设计创建 AWS CloudFormation 模板。使用重要系统值的参数,包括区域。使用 CloudFormation 模板在第二个区域中创建新的基础架构。 D. 更新应用程序的 Route 53 托管区域记录以使用基于延迟的路由。将流量发送到每个区域中的 ALB。 E. 通过启用 DynamoDB Streams 更新现有 DynamoDB 表的配置。添...

登录后查看完整解析