AWS Certified Solutions Architect – Associate (SAA-C02) — Question 582

A company wants to migrate its existing on-premises monolithic application to AWS. The company wants to keep as much of the front-end code and the backend code as possible. However, the company wants to break the application into smaller applications. A different team will manage each application. The company needs a highly scalable solution that minimizes operational overhead.
Which solution will meet these requirements?

Answer options

Correct answer: B

Explanation

AWS Amplify provides a fully managed hosting service for the frontend code, while Amazon API Gateway and AWS Lambda allow the backend to be refactored into modular, serverless microservices that can be owned by separate teams. This serverless combination scales automatically and minimizes operational overhead by removing the need to manage underlying virtual machines or container infrastructure. Other options like EC2 or ECS require significantly more operational management and do not offer the same integrated frontend hosting advantages as AWS Amplify.