Several months ago I moved an enterprise web application from a dedicated GoDaddy server to GCS. I am using a single Compute Engine instance running Windows Server 2016. This is an older application so its coupled together with classic ASP, MySQL and IIS. The domains are pointed at a Google Load Balancer I setup that also handles the SSL certificates, the load balancer just forwards straight to the single CE instance. Over the last few months I've noticed my costs on the load balancer are substantial (approximately $50 per month) considering how I'm 'using' it.
My question is whether I can reduce my Load Balancer costs somehow or cut out the need for it entirely. I'm guessing if I point my domains directly at an external IP for my CE instance and then setup SSL certs on the Windows server that would be possible? Anything else I'm missing or any other recommendations?
Solved! Go to Solution.
Great question. Ultimately it is a risk/flexibility vs cost decision in my view. Certainly from a technical stand point there is nothing stopping you attaching a public IP to the VM instance itself and updating your DNS to point to that, at which point you could remove the load balancer. That would save you some of that cost. However it is worth keeping in mind a few points:
Hopefully there a few thoughts for consideration. Despite not using a load balancer to balance load, you do have some benefits and flexibility through using one, but it really comes down to a cost, risk, flexibility business decision.
Great question. Ultimately it is a risk/flexibility vs cost decision in my view. Certainly from a technical stand point there is nothing stopping you attaching a public IP to the VM instance itself and updating your DNS to point to that, at which point you could remove the load balancer. That would save you some of that cost. However it is worth keeping in mind a few points:
Hopefully there a few thoughts for consideration. Despite not using a load balancer to balance load, you do have some benefits and flexibility through using one, but it really comes down to a cost, risk, flexibility business decision.