Make HTTP and HTTPS firewall rules
Do the common use case of opening HTTP and HTTPS ports
gce_make_firewall_webports(project = gce_get_global_project())
project
: The project the firewall will open forVector of the firewall objects
This will invoke gce_make_firewall_rule and look for the rules named allow-http
and allow-https
. If not present, it will create them.
Other firewall functions: gce_delete_firewall_rule
, gce_get_firewall_rule
, gce_list_firewall_rules
, gce_make_firewall_rule
Useful links