About network attachments

This page provides an overview of network attachments.

A network attachment is a resource that lets a producer Virtual Private Cloud (VPC) network initiate connections to a consumer VPC network through a Private Service Connect interface.

If a network attachment accepts a connection from a Private Service Connect interface, Google Cloud allocates to the interface an internal IP address from a consumer subnet that's specified by the network attachment. The Private Service Connect interface's virtual machine (VM) instance has at least one more regular network interface that connects to a producer subnet.

This Private Service Connect interface connection lets producer and consumer organizations configure their VPC networks so that the two networks are connected and can communicate by using internal IP addresses. For example, the producer organization can update the producer VPC network to add routes for consumer subnets.

A connection between a network attachment and a Private Service Connect interface is similar to the connection between a Private Service Connect endpoint and a service attachment, but it has two key differences:

  • A network attachment lets a producer VPC network initiate connections to a consumer VPC network (managed service egress). An endpoint works in the reverse direction, letting a consumer VPC network initiate connections to a producer VPC network (managed service ingress).
  • A Private Service Connect interface connection is transitive. This means that workloads in a producer VPC network can initiate connections to workloads in other VPC networks that are connected to the consumer VPC network.

For example, a service consumer organization might want to provide a managed service access to consumer data that is only available in the consumer's VPC network. The service might also need access to data or services that are available on-premises, through a VPN or Cloud Interconnect connection, or from a third-party service. Additionally, the consumer might want to require that any internet-bound traffic that uses their data travels through their own egress gateway. This lets the consumer monitor the traffic and provide custom security.

A Private Service Connect interface connection can fulfill all of these requirements.

Figure 1. A network attachment in a consumer VPC network is connected to two Private Service Connect interfaces in a producer VPC network.

Specifications

Network attachments have the following specifications:

  • A network attachment is a regional resource that represents the consumer side of a Private Service Connect interface connection.
  • Network attachments let you explicitly or automatically accept connections from Private Service Connect interfaces.
  • A network attachment is associated with a single subnet.
  • When a connection request is accepted, the Private Service Connect interface is allocated an IP address from the network attachment's subnet.
  • Multiple Private Service Connect interfaces can connect to the same network attachment.
  • Network attachments support Shared VPC. You can create a network attachment in a service project, but the attachment's subnet must be in a host project.
  • A connection between a network attachment and a Private Service Connect interface is bi-directional.
  • A connection between a network attachment and a Private Service Connect interface is transitive. Workloads in the producer VPC network can communicate with workloads that are connected to the consumer VPC network.

Subnet assignment

When you create a network attachment, you must assign it a single subnet. If a connection request from a producer interface is accepted, either because the attachment is configured to automatically accept connections or the producer project is included in the accept list, that interface is allocated an IP address from the subnet's IP address range.

This subnet has the following characteristics:

  • It must be a regular subnet.
  • IP addresses in the subnet are not reserved, and you can assign other resources to the subnet.
  • You cannot delete the subnet while it is assigned to a network attachment.
  • You can replace the subnet, and existing connections are not affected. Connections that are established after the subnet is replaced use the new subnet.
  • You can expand the CIDR range of the subnet, and new address allocations will use the expanded range.

Connection policies

Connection policies control whether a network attachment accepts a connection from a Private Service Connect interface. A connection policy is composed of the following three fields of a network attachment:

  • Connection preference: can be either ACCEPT_AUTOMATIC or ACCEPT_MANUAL.
    • ACCEPT_AUTOMATIC: new connections are automatically accepted.
    • ACCEPT_MANUAL: the state of new connections is determined by a network attachment's accept list.
  • Accept list: a list of project IDs for network attachments that have the ACCEPT_MANUAL connection preference. New connections from projects in this list are accepted. If a Private Service Connect interface requests a connection, and the interface's project is not in this list, creation of the Private Service Connect interface's VM fails.
  • Reject list: a list of project IDs for network attachments that have the ACCEPT_MANUAL connection preference. New connections from projects in this list are explicitly rejected, and creation of the Private Service Connect interface's VM fails.

If a network attachment is configured to manually accept connections, and you add a producer project to both the accept and reject lists, connection requests from that project are rejected. Creation of the Private Service Connect interface's VM fails.

Connections

When a network attachment accepts a connection request from a Private Service Connect interface, a logical connection is formed. This connection is the tuple consisting of the network attachment and the network interface that refers to it. The interface of a producer VM logically belongs to the consumer VPC network, but its lifecycle is managed by the producer. For example, the network attachment in figure 1 has two connections.

You can view accepted connections when you Describe a network attachment.

Limitations

  • You can only update the subnet, accept list, reject list, and description of a network attachment. If you want to update other fields, delete the attachment and create a new one.
  • You cannot delete a network attachment if it has any open connections. In this case, the producer organization must first delete the associated Private Service Connect interfaces.
  • Private Service Connect interfaces don't support external IP addresses.

Pricing

Pricing for network attachments is described on the VPC pricing page.

Quota

There is a limit for how many network attachments you can create per region in a single project. For more information, see the per-project quotas in the VPC documentation.

What's next