SAP-C02 第 95 题
题目
A company is refactoring its on-premises order-processing platform in the AWS Cloud. The platform includes a web front end that is hosted on a fleet of VMs, RabbitMQ to connect the front end to the backend, and a Kubernetes cluster to run a containerized backend system to process the orders. The company does not want to make any major changes to the application. Which solution will meet these requirements with the LEAST operational overhead?
中文翻译:
一家公司正在 AWS 云中重构其本地订单处理平台。该平台包括托管在一组虚拟机上的 Web 前端、用于将前端连接到后端的 RabbitMQ 以及用于运行容器化后端系统来处理订单的 Kubernetes 集群。该公司不想对应用程序进行任何重大更改。哪种解决方案能够以最少的运营开销满足这些要求?
选项
A. Create an AMI of the web server VM. Create an Amazon EC2 Auto Scaling group that uses the AMI and an Application Load Balancer. Set up Amazon MQ to replace the on-premises messaging queue. Configure Amazon Elastic Kubernetes Service (Amazon EKS) to host the order-processing backend.
中文翻译:
创建 Web 服务器虚拟机的 AMI。创建使用 AMI 和应用程序负载均衡器的 Amazon EC2 Auto Scaling 组。设置 Amazon MQ 以替换本地消息队列。配置 Amazon Elastic Kubernetes Service (Amazon EKS) 以托管订单处理后端。
B. Create a custom AWS Lambda runtime to mimic the web server environment. Create an Amazon API Gateway API to replace the front-end web servers. Set up Amazon MQ to replace the on-premises messaging queue. Configure Amazon Elastic Kubernetes Service (Amazon EKS) to host the order-processing backend.
中文翻译:
创建自定义 AWS Lambda 运行时来模拟 Web 服务器环境。创建 Amazon API Gateway API 来替换前端 Web 服务器。设置 Amazon MQ 以替换本地消息队列。配置 Amazon Elastic Kubernetes Service (Amazon EKS) 以托管订单处理后端。
C. Create an AMI of the web server VM. Create an Amazon EC2 Auto Scaling group that uses the AMI and an Application Load Balancer. Set up Amazon MQ to replace the on-premises messaging queue. Install Kubernetes on a fleet of different EC2 instances to host the order-processing backend.
中文翻译:
创建 Web 服务器虚拟机的 AMI。创建使用 AMI 和应用程序负载均衡器的 Amazon EC2 Auto Scaling 组。设置 Amazon MQ 以替换本地消息队列。在一组不同的 EC2 实例上安装 Kubernetes 以托管订单处理后端。
D. Create an AMI of the web server VM. Create an Amazon EC2 Auto Scaling group that uses the AMI and an Application Load Balancer. Set up an Amazon Simple Queue Service (Amazon SQS) queue to replace the on-premises messaging queue. Configure Amazon Elastic Kubernetes Service (Amazon EKS) to host the order-processing backend.
中文翻译:
创建 Web 服务器虚拟机的 AMI。创建使用 AMI 和应用程序负载均衡器的 Amazon EC2 Auto Scaling 组。设置 Amazon Simple Queue Service (Amazon SQS) 队列来替换本地消息队列。配置 Amazon Elastic Kubernetes Service (Amazon EKS) 以托管订单处理后端。
答案
A
解析
正确答案:A 解析: 本题应选择 A。 正确选项: A. 创建 Web 服务器虚拟机的 AMI。创建使用 AMI 和应用程序负载均衡器的 Amazon EC2 Auto Scaling 组。设置 Amazon MQ 以替换本地消息队列。配置 Amazon Elastic Kubernetes Service (Amazon EKS) 以托管订单处理后端。 选择理由: 该选项最直接地满足题干中的关键约束。做 SAP-C02 题目时,需要同...