VPC firewall rules migration overview

Virtual Private Cloud (VPC) firewall rules apply to a single VPC network. To have finer control over the traffic sent or received by the virtual machine (VM) instances in your VPC network, you can use network tags or service accounts in the VPC firewall rules. However, VPC firewall rules have the following limitations:

  • No Batch Editing: VPC firewall rules are applied on a per-rule basis and must be edited individually, which can be inefficient.

  • Limited Identity and Access Management (IAM) Control: Network tags don't offer the robust IAM controls needed for strict traffic segmentation.

To address the limitations of VPC firewall rules, Cloud Next Generation Firewall supports global and regional network firewall policies. You can define and apply network firewall policies to multiple VPC networks across multiple regions. These policies also support IAM-governed secure Tags that let you enforce granular control at the VM level for safe and reliable micro-segmentation of all types of network traffic.

For more information, see Benefits of migrating VPC firewall rules to a network firewall policy.

To harness the capabilities of network firewall policies to effectively control access to your VPC network, you can migrate your existing VPC firewall rules to a global network firewall policy.

Benefits of migrating VPC firewall rules to a network firewall policy

A network firewall policy delivers a consistent firewall experience across the Google Cloud resource hierarchy and offers multiple operational benefits over VPC firewall rules.

  • Provides granular security and access control by using IAM governed Tags. Google Cloud lets you attach separate Tags to each network interface of a VM. Based on the Tags, you can define your firewall policy rules to restrict unauthorized access to your resources and workload traffic. So, you gain a finer level of control over your resources, which helps to ensure a least-privilege, self-service environment for each user group or application. VPC firewall rules use network tags, which don't support IAM access control.

  • Enables simplified rule management. Network firewall policies support batch editing, which lets you edit multiple rules within a single policy. VPC firewall rules operate only at a per-rule level.

  • Provides ease of operations. Network firewall policies support the use of features, such as address groups, fully qualified domain name (FQDN) objects, geolocation objects, threat detection, and intrusion prevention. VPC firewall rules don't support these advanced features.

  • Supports flexible data residency. Network firewall policies can be applied to either multiple regions or a single region of a network. VPC firewall rules can only be applied globally.

VPC firewall rules migration tool

The VPC firewall rules migration tool can automatically migrate VPC firewall rules to a global network firewall policy. The tool is a command-line utility that you can access using the Google Cloud CLI.

Specifications

  • The migration tool creates a global network firewall policy, converts the existing VPC firewall rules into firewall policy rules, and adds the new rules to the policy.

  • If two or more VPC firewall rules have the same priority, the migration tool automatically updates the rule priorities to avoid any overlap. A rule with a deny action is given a higher priority than a rule with an allow action. While updating the priorities, the tool preserves the relative sequence of the original VPC firewall rules.

    For example, if you have four VPC firewall rules with a priority of 1000 and a fifth rule with a priority of 2000, the migration tool assigns a unique priority number to the first four rules with the sequence—1000, 1001, 1002, and 1003. The fifth rule with the priority of 2000 is assigned a new unique priority of 1004. This ensures that the new priorities for the first four rules are higher than that of all rules that have priority lower than 1000.

  • If your VPC firewall rules contain dependencies, such as network tags or service accounts, the migration tool can take advantage of IAM-governed Tags that serve as a replacement to those network tags and services accounts.

  • If your VPC network contains VPC firewall rules and an associated network firewall policy, the migration tool moves the compatible VPC firewall rules as well as the network firewall policy rules to the new global network firewall policy.

  • The migration tool does not migrate the VPC firewall rules that are created automatically by Google services, such as Google Kubernetes Engine (GKE). These rules continue to exist in your network as VPC firewall rules. So, if your VPC network contains GKE resources, contact Google Cloud Support to identify the best strategy for migrating GKE-generated VPC firewall rules.

  • The migration tool preserves the log settings of the existing VPC firewall rules. If a VPC firewall rule has logging turned on, the migration tool keeps it on. If logging is off, the migration tool keeps it turned off.

  • The migration tool generates the global network firewall policy only. The tool does not delete existing VPC firewall rules or associate the new global network firewall policy with the required VPC network. You must manually associate the global network firewall policy with the required VPC network, and then remove the association between the VPC firewall rules and the VPC network.

  • After you associate the global network firewall policy with the required VPC network, you can disable the VPC firewall rules if the policy rules in the global network firewall policy are working as intended.

    It is possible to associate the new global network firewall policy as well as the VPC firewall rules with the same VPC network because the rules are applied according to the policy and rule evaluation order. However, we recommend you disable the VPC firewall rules.

Migration scenarios

Consider the following scenarios when you migrate your VPC firewall rules to a global network firewall policy:

The following diagram shows the migration workflow for the preceding configuration combinations. Choose the workflow that matches your network requirements.

Firewall rule migration flow.
Figure 1. VPC firewall rules migration flow (click to enlarge).

What's next