I have several simple sites (mostly single bucket sites, and one LAMP site) and it seems that I need 2 load balancers per site. One for the https backend and certificate, and another to redirect http traffic to https.
GCP charges way too much for load balancers (about $18/month each) and this seems excessive for simple websites.
Is there any other way around this?
Does everyone redirect http to https? Or can I just not have it and expect everyone to go to the https site?
AWS has ALIAS records in Route53 that were perfect for this, but alas, GCP does not have ALIAS records in Cloud DNS.
I read somewhere that it's possible to use one load balancer for multiple backends but I have no idea how to implement that if true.