92591/how-to-update-a-firewall-rule-in-gcp-cloud
Hi Team,
I have one firewall rule in GCP Cloud. I want to update the rule so that it can allow port 80. How can I do that with the command line?
Hi@akhtar,
You can create a rule that allows TCP traffic through port 80. The following gcloud command can be used to perform the task.
$ gcloud compute firewall-rules update MY-RULE --allow tcp:80
Buckets are the basic containers that hold your ...READ MORE
In order to create a Job using ...READ MORE
You could probably execute the firewall-rules create ...READ MORE
Hi@akhtar, You can enable new services to your ...READ MORE
GCP provides IaaS as well, although it ...READ MORE
In order to access the services provided ...READ MORE
You can connect various GCP resources to each ...READ MORE
Cloud SQL is PAAS (Plaform As A ...READ MORE
Hi@akhtar, If you are using the default VPC ...READ MORE
Hi@akhtar, To deploy your app on App Engine, ...READ MORE
OR
Already have an account? Sign in.