gkrizek
gkrizek

Reputation: 1086

Can you load balance multiple ECS containers on a single instance?

Is it possible to have a single ELB load balance 4 containers running on 2 EC2 instances?

Example:

    ELB--> [Container A] - Instance 1 
       --> [Container B] - Instance 1
       --> [Container C] - Instance 2
       --> [Container D] - Instance 2

Upvotes: 0

Views: 744

Answers (1)

Mark B
Mark B

Reputation: 201138

Yes. Look into the new Application Load Balancers. https://aws.amazon.com/blogs/aws/new-aws-application-load-balancer/

Upvotes: 1

Related Questions