Load balancer with Varnish round robin

amazon-elbload balancingvarnish

I'm looking at a setup of an existing application. This application makes use of Amazon's elastic load balancer and then it goes through varnish. Within varnish, we are making use of the round robin load balancer…is this redundant?

An example of my setup

enter image description here

We're using the director as round-robin.

Best Answer

It makes sense to use multiple Varnish-instances if you have high-volume traffic so that one instance is not enough. If you don't have this high-volume, dual Varnish and dual ELB would be for redundancy only.