Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize load balancer configuration #53

Closed
hellais opened this issue Apr 24, 2024 · 1 comment
Closed

Optimize load balancer configuration #53

hellais opened this issue Apr 24, 2024 · 1 comment
Assignees

Comments

@hellais
Copy link
Member

hellais commented Apr 24, 2024

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.

@hellais
Copy link
Member Author

hellais commented Sep 9, 2024

This is probably the same as #93

@DecFox DecFox closed this as completed Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants