
Ultimate access to all questions.
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.