From what I’ve read, it’s only traffic from a Public IP address that counts towards the bandwidth quota and any communication between servers via Private IP isn’t counted.
If my Digital Ocean Load Balancer is connecting to my Droplets via their Private IP addresses (which it does automatically if Private IPs are enabled on the Droplets), and my Public IP addresses are basically ignored (all traffic goes through Load Balancer), does that mean I practically have unlimited bandwidth?
Thank you for any clarification.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello,
There’s some nuance there. Load Balancers are what we classify as bandwidth neutral, they don’t change your bandwidth allowances up or down, but the public transfers from a Load Balancer, which indirectly come from the backend droplets, will be counted towards your limit.
For example, let’s say that your web app droplets talk with the LB and another database droplet using private networks. The traffic between the web app and the database won’t be counted at all, but the traffic that goes out from the LB came originally from the web app droplets, and that traffic will be counted.
Right now, June 2018, due to technical limitations we are not counting the public LB traffic, so your usage will be lower by the amount of the LB transfer, but it will be counted very soon.
I hope I clarified your question.
Cheers