Reputation: 1086
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
Reputation: 201138
Yes. Look into the new Application Load Balancers. https://aws.amazon.com/blogs/aws/new-aws-application-load-balancer/
Upvotes: 1