We are trying to use elastic load balancing in AWS with auto-scaling so that we can scale and exit as needed.
Our application consists of several small applications, all of them are in the same subnet of the same VPC.
We want to put our ELB between one of our applications and the rest.
The problem is that we want the load balancer to work both internally between different applications using the API, and using the Internet, because our application still has some use that needs to be executed from the outside, and not through the API.
I read this question , but I could not understand exactly how to do this, there are no steps indicated or maybe I did understand it well.
Do we have an ELB that is internal and external?
For recording, I can access this network only through a VPN.
engma source
share