Google Compute Subnetwork should have Private Google Access enabled
ID |
gcp_compute_subnetwork_with_private_access_disabled |
Severity |
low |
Vendor |
GCP |
Resource |
Network |
Tags |
reachable |
Description
Private Google Access is a feature that allows VM instances with internal IP addresses to access Google APIs and services. Private IP Google Access should be enabled for a subnetwork if you want your VM instances in that subnetwork to use Private Service Connect, which is a service that lets you connect to Google APIs and services using internal IP addresses instead of public IP addresses. This can improve network security and performance.
To fix it, you must configure the private_ip_google_access
property to yes
.
Learn more about this topic at hhttps://cloud.google.com/vpc/docs/private-google-access[Private Google Access | VPC | Google Cloud].