Problem scenario
You have a GCP server. You can run curl commands to its URL via localhost. But with a URL constructed with the server’s external IP address the curl command times out. You cannot reach the URL from your workstation. How do you get the GCP server to present the web service to other machines?
Solution
Modify the firewall rule by following these steps below.
…
Continue reading “How Do You Create a GCP VM to Be a Web Server?”