SAP-C02 第 455 题
题目
A company needs to migrate 60 on-premises legacy applications to AWS. The applications are based on the NET Framework and run on Windows. The company needs a solution that minimizes migration time and requires no application code changes. The company also does not want to manage the infrastructure. Which solution will meet these requirements?
中文翻译:
一家公司需要将 60 个本地旧应用程序迁移到 AWS。这些应用程序基于 NET Framework,并在 Windows 上运行。该公司需要一种能够最大限度地减少迁移时间且无需更改应用程序代码的解决方案。该公司也不想管理基础设施。哪种解决方案可以满足这些要求?
选项
A. Refactor the applications and containerize them by using AWS Toolkit for NET Refactoring. Use Amazon Elastic Container Service (Amazon ECS) with the Fargate launch type to host the containerized applications.
中文翻译:
使用 AWS Toolkit for NET Refactoring 重构应用程序并将其容器化。将 Amazon Elastic Container Service (Amazon ECS) 与 Fargate 启动类型结合使用来托管容器化应用程序。
B. Use the Windows Web Application Migration Assistant to migrate the applications to AWS Elastic Beanstalk. Use Elastic Beanstalk to deploy and manage the applications.
中文翻译:
使用 Windows Web 应用程序迁移助手将应用程序迁移到 AWS Elastic Beanstalk。使用 Elastic Beanstalk 部署和管理应用程序。
C. Use the Windows Web Application Migration Assistant to migrate the applications to Amazon EC2 instances. Use the EC2 instances to deploy and manage the applications.
中文翻译:
使用 Windows Web 应用程序迁移助手将应用程序迁移到 Amazon EC2 实例。使用 EC2 实例来部署和管理应用程序。
D. Refactor the applications and containerize them by using AWS Toolkit for NET Refactoring. Use Amazon Elastic Kubernetes Service (Amazon EKS) with the Fargate launch type to host the containerized applications.
中文翻译:
使用 AWS Toolkit for NET Refactoring 重构应用程序并将其容器化。将 Amazon Elastic Kubernetes Service (Amazon EKS) 与 Fargate 启动类型结合使用来托管容器化应用程序。
答案
B
解析
正确答案:B 解析: 本题应选择 B。 正确选项: B. 使用 Windows Web 应用程序迁移助手将应用程序迁移到 AWS Elastic Beanstalk。使用 Elastic Beanstalk 部署和管理应用程序。 选择理由: 该选项最直接地满足题干中的关键约束。做 SAP-C02 题目时,需要同时对照题干里的限定词,例如最高性能、最低运维开销、成本效益、可靠性、可扩展性、安全性、RTO/RPO、合规要求等。本题相关考点主...