SAP-C02 学习助手

SAP-C02 第 422 题

S3 EC2 EBS EFS FSx ECS EKS Fargate

题目

A company has an application that has a web frontend. The application runs in the company's on-premises data center and requires access to file storage for critical data. The application runs on three Linux VMs for redundancy. The architecture includes a load balancer with HTTP request-based routing. The company needs to migrate the application to AWS as quickly as possible. The architecture on AWS must be highly available. Which solution will meet these requirements with the FEWEST changes to the architecture?

中文翻译:
一家公司有一个带有 Web 前端的应用程序。该应用程序在公司的本地数据中心运行,需要访问关键数据的文件存储。该应用程序在三个 Linux VM 上运行以实现冗余。该架构包括一个具有基于 HTTP 请求的路由的负载均衡器。该公司需要尽快将应用程序迁移到AWS。 AWS上的架构必须是高可用的。哪种解决方案能够以最少的架构更改来满足这些要求?

选项

A. Migrate the application to Amazon Elastic Container Service (Amazon ECS) containers that use the Fargate launch type in three Availability Zones. Use Amazon S3 to provide file storage for all three containers. Use a Network Load Balancer to direct traffic to the containers.

中文翻译:
将应用程序迁移到在三个可用区中使用 Fargate 启动类型的 Amazon Elastic Container Service (Amazon ECS) 容器。使用 Amazon S3 为所有三个容器提供文件存储。使用网络负载均衡器将流量引导至容器。

B. Migrate the application to Amazon EC2 instances in three Availability Zones. Use Amazon Elastic File System (Amazon EFS) for file storage. Mount the file storage on all three EC2 instances. Use an Application Load Balancer to direct traffic to the EC2 instances.

中文翻译:
将应用程序迁移到三个可用区中的 Amazon EC2 实例。使用 Amazon Elastic File System (Amazon EFS) 进行文件存储。在所有三个 EC2 实例上安装文件存储。使用应用程序负载均衡器将流量引导至 EC2 实例。

C. Migrate the application to Amazon Elastic Kubernetes Service (Amazon EKS) containers that use the Fargate launch type in three Availability Zones. Use Amazon FSx for Lustre to provide file storage for all three containers. Use a Network Load Balancer to direct traffic to the containers.

中文翻译:
将应用程序迁移到在三个可用区中使用 Fargate 启动类型的 Amazon Elastic Kubernetes Service (Amazon EKS) 容器。使用 Amazon FSx for Lustre 为所有三个容器提供文件存储。使用网络负载均衡器将流量引导至容器。

D. Migrate the application to Amazon EC2 instances in three AWS Regions. Use Amazon Elastic Block Store (Amazon EBS) for file storage. Enable Cross-Region Replication (CRR) for all three EC2 instances. Use an Application Load Balancer to direct traffic to the EC2 instances.

中文翻译:
将应用程序迁移到三个 AWS 区域中的 Amazon EC2 实例。使用 Amazon Elastic Block Store (Amazon EBS) 进行文件存储。为所有三个 EC2 实例启用跨区域复制 (CRR)。使用应用程序负载均衡器将流量引导至 EC2 实例。

答案

B

解析

正确答案:B 解析: 本题应选择 B。 正确选项: B. 将应用程序迁移到三个可用区中的 Amazon EC2 实例。使用 Amazon Elastic File System (Amazon EFS) 进行文件存储。在所有三个 EC2 实例上安装文件存储。使用应用程序负载均衡器将流量引导至 EC2 实例。 选择理由: 该选项最直接地满足题干中的关键约束。做 SAP-C02 题目时,需要同时对照题干里的限定词,例如最高性能、最低运维开销...

登录后查看完整解析