we are testing Google Cloud for hosting our websites. We have about 10 domains which all serve static html pages and which are hosted on the same server.
We want to move our whole static domain content to GC - we only need to provide about 10 MB so the cost for Cloud Storage and Network traffic should not be very high ;)
However, we need SSL connection to our cloud buckets and want to cache all websites (or at least all css/js files) over Cloud CDN. I searched and found out that we need to use loadbalancing for the SSL connection - which would take about 99% of the cost compared to what we need for bandwidth and storage.
So my questions are:
- Can we use Google Cloud CDN without loadbalancing?
- Can we have SSL Connections without Loadbalancing
- If we need Loadbalancing:
- How many forwarding rules do we need? One per domain/bucket? Or is one rule enough?
Thank you in advance and best regards