You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On AWS you pay the load balancers by the hour, irrespective of how much bandwidth goes over them.
At the moment we are using load balancers and target groups to route traffic to individual microservices. For the direct access, which would not be used in production, we should remove the load balancer in front of them, but rather have direct communication to the container.
This will likely involve doing some refactoring of the networking setup, since we need to configure direct connectivity to each host.
The text was updated successfully, but these errors were encountered:
On AWS you pay the load balancers by the hour, irrespective of how much bandwidth goes over them.
At the moment we are using load balancers and target groups to route traffic to individual microservices. For the direct access, which would not be used in production, we should remove the load balancer in front of them, but rather have direct communication to the container.
This will likely involve doing some refactoring of the networking setup, since we need to configure direct connectivity to each host.
The text was updated successfully, but these errors were encountered: