Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

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.
From <a href=“https://www.digitalocean.com/pricing”>Pay-As-You-Grow Pricing</a>:<br/><b>Q: Do you charge for bandwidth?</b><br/>A: Yes. Plans start with 1TB per month and increase incrementally. Once the monthly transfer limit has been exceeded it is $0.02 per GB thereafter. Only outbound transfer is counted.
Problem is that if your load balancer is also a $5 or $10/month server, you only have 1TB or 2TB outbound bandwidth. Unfortunately it seems to me that you cannot use the sum of all of your droplets bandwidth on one of your droplets (which is your load balancer).
It looks like, if you had a high-bandwidth site that was low in other overhead, it would be cheaper (about half the price, actually) to serve the site on a bunch of $5 or $10/month servers with a load balancer, rather than using a single, large container.
Is structuring a site to take advantage of the cheaper bandwidth a violation of the TOS? Would it be unneighborly? I can see it taking up too many IP addresses, but what other technical issues might it cause?