AWS Certified Solutions Architect – Professional (SAP-C02) — Question 249

A company has a Windows-based desktop application that is packaged and deployed to the users' Windows machines. The company recently acquired another company that has employees who primarily use machines with a Linux operating system. The acquiring company has decided to migrate and rehost the Windows-based desktop application to AWS.

All employees must be authenticated before they use the application. The acquiring company uses Active Directory on premises but wants a simplified way to manage access to the application on AWS for all the employees.

Which solution will rehost the application on AWS with the LEAST development effort?

Answer options

Correct answer: C

Explanation

Option C is correct because it utilizes Amazon AppStream 2.0, which allows for easy deployment and access to the Windows application without significant development effort. Options A and B require either setting up virtual desktops or managing EC2 instances, both of which involve more complexity and maintenance. Option D, while feasible, entails refactoring the application into a web-based format, which would require more development work than simply using AppStream 2.0.