
Answer-first summary for fast verification
Answer: Amazon ECS with an Application Load Balancer.
The correct answer is D: 'Host the application on Amazon Elastic Container Service (Amazon ECS), setting up an Application Load Balancer with Amazon ECS as the target.' This solution facilitates breaking the monolithic application into smaller, manageable applications managed by different teams. Amazon ECS provides high scalability and minimizes operational overhead, allowing seamless scaling and management of containerized applications by different teams. Additionally, integrating with an Application Load Balancer ensures efficient distribution of traffic to the containerized applications.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A company seeks to migrate a monolithic on-premises application to AWS, aiming to preserve existing front-end and backend code while modularizing the application for separate team management. The desired solution should be scalable and reduce operational complexity. Which AWS service configuration is most suitable?
A
AWS Lambda with Amazon API Gateway integration.
B
AWS Amplify connected to an API Gateway API integrated with AWS Lambda.
C
Amazon EC2 instances with an Application Load Balancer and Auto Scaling group.
D
Amazon ECS with an Application Load Balancer.
No comments yet.