
Answer-first summary for fast verification
Answer: Use the Windows Web Application Migration Assistant to migrate the applications to AWS Elastic Beanstalk, allowing Elastic Beanstalk to handle the deployment and management of the applications.
The correct answer is B. The Windows Web Application Migration Assistant can be used to migrate the .NET applications to AWS Elastic Beanstalk. AWS Elastic Beanstalk manages the deployment, capacity provisioning, load balancing, and auto-scaling of the applications, which meets the company's requirements of minimizing migration time, requiring no application code changes, and avoiding infrastructure management.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
A company is seeking to migrate 60 on-premises legacy applications, which are built on the .NET Framework and run on Windows, to AWS. The company desires a solution that minimizes the time required for migration and does not necessitate any changes to the application code. Additionally, the company prefers a solution where they do not have to manage the underlying infrastructure. Which AWS service or combination of services would best meet these requirements?
A
Refactor the applications and containerize them using the AWS Toolkit for .NET Refactoring, then host the containerized applications on Amazon Elastic Container Service (Amazon ECS) with the Fargate launch type.
B
Use the Windows Web Application Migration Assistant to migrate the applications to AWS Elastic Beanstalk, allowing Elastic Beanstalk to handle the deployment and management of the applications.
C
Migrate the applications to Amazon EC2 instances using the Windows Web Application Migration Assistant, and manage the deployment and administration of the applications on these EC2 instances.
D
Refactor the applications and containerize them using the AWS Toolkit for .NET Refactoring, then host the containerized applications on Amazon Elastic Kubernetes Service (Amazon EKS) with the Fargate launch type.