Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Create Filestore instance failed NETWORK_NOT_PEERED

Hello,

I was trying to create a Filestore instance and got error below:

saintnoah_0-1707964279269.png

For VPC network, I have to use shared VPC per org policy.

And I saw there is warning in the Advanced network options section says: A private service access option is required.
We weren't able to confirm the connection status for your network "xxxx". If a private services access connection doesn't exist, instance creation will fail. To verify your connection status, contact someone with network administration permissions.

Just wondering do we need to configure the private service access of the shared vpc to allow Filestore work?

2 1 1,084
1 REPLY 1

Hi @saintnoah,

Welcome to Google Cloud Community!

Based on this documentation on creating an instance on a Shared VPC network in service projects:

  • Shared VPC network should be created with a host project and a connected service project.
  • You must check if private service access is enabled for the shared VPC network.
  • You must have the Owner (roles/owner), Editor (roles/editor), or Network Management Admin (roles/networkmanagement.admin) role to create allocated IP address ranges and manage private connections. If you do not have these privileges, contact your network administrator. For more information, see Understanding roles. For more information on allocating IP address ranges and creating private connections, see Configuring private services access.
  • Filestore instance must be created on the shared VPC network.
  • Instance must be mounted on a service project client.

Hope this helps.