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

A company runs a Java application that has complex dependencies on VMs that are in the company's data center. The application is stable. but the company wants to modernize the technology stack. The company wants to migrate the application to AWS and minimize the administrative overhead to maintain the servers.

Which solution will meet these requirements with the LEAST code changes?

Answer options

Correct answer: A

Explanation

Option A is the best choice as it allows for migration to Amazon ECS with minimal changes to the existing application, leveraging AWS App2Container to simplify the containerization process. The other options involve more complexity, such as transitioning to AWS Lambda or Amazon EKS, which would require additional code modifications and management overhead.