# Which load balancing option works best for a hybrid cloud setup where some traffic runs on-premise and the rest goes through AWS or Azure?

        

##### Post Metadata
- Posted at: about 1 month ago
- Net upvotes: 1


## Comments
### Comment 1

&lt;p&gt;In my experience the load balancer on either side is rarely the hard part, it&#39;s the network path between on-prem and the cloud that bites, the VPN or peering link and health checks that have to work across it. That&#39;s usually where a hybrid setup breaks, not the on-prem or cloud side on its own. What made it easier for us was running one tool with the same config in both places instead of stitching two native ones together. HAProxy was good for that, the same config worked whether the backend sat on-prem or in AWS, so there was no separate logic to keep in sync. Go with each cloud&#39;s native load balancer plus something separate on-prem and you end up maintaining two sets of rules, and the drift between them becomes its own problem.&lt;/p&gt;

##### Comment Metadata
- Posted at: 29 days ago
- Author title: SEO Content Writer





## Related discussions
- [How well does Trello scale into a larger team?](https://www.g2.com/discussions/1-how-well-does-trello-scale-into-a-larger-team)
  - Posted at: over 13 years ago
  - Comments: 6
- [Can we please add a new section](https://www.g2.com/discussions/2-can-we-please-add-a-new-section)
  - Posted at: over 13 years ago
  - Comments: 0
- [Quantifiable benefits from implementing your CRM](https://www.g2.com/discussions/quantifiable-benefits-from-implementing-your-crm)
  - Posted at: about 13 years ago
  - Comments: 4


