
Answer-first summary for fast verification
Answer: Application Load Balancer + ECS
Application Load Balancer + ECS Amazon Elastic Container Service (Amazon ECS) is a highly scalable, fast, container management service that makes it easy to run, stop, and manage Docker containers on a cluster. You can host your cluster on a serverless infrastructure that is managed by Amazon ECS by launching your services or tasks using the Fargate launch type. For more control over your infrastructure, you can host your tasks on a cluster of Amazon Elastic Compute Cloud (Amazon EC2) instances that you manage by using the EC2 launch type.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your company has adopted a cloud-native approach, utilizing microservices architectures for its applications. In alignment with this strategy, new applications are required to be containerized using Docker and stored within AWS's registry service. Additionally, the architecture needs to accommodate dynamic port mapping and enable multiple tasks from a single service to run concurrently on a single container instance. Moreover, all services should be capable of operating on the same EC2 instance.
Which of the following options provides the optimal solution for this scenario?
A
Application Load Balancer + Beanstalk
B
Classic Load Balancer + ECS
C
Application Load Balancer + ECS
D
Classic Load Balancer + Beanstalk
No comments yet.