I'm using AWS and trying to remap a huge application to small parts - in summary: I'm transforming a monolitic application to a micro-service based one.
So I want to use a public facing loadbalancer where I can route some paths to other enviroments.
For example:
domain.com/service1 to another load balanced application in Elastic Beanstalk and
domain.com/service2 to a different load balanced application in Elastic Beanstalk too.
I was able to connect Application Load Balancer to another EC2 instance. But I tried without success to connect it to another Load Balancer created by Elastic Beanstalk.
Does anyone have some ideas in how to accomplish this?