1
You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?
Persistent Disk
Google Cloud Storage configured for static website hosting
Google Compute Engine running a web server
Cloud SQL
View Explanation
✓ Correct Answer: Google Cloud Storage configured for static website hostingExplanation:Google Cloud Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.