Practice free →
HomeGCP Associate Cloud Engineercloudcomputinggcpsetup › Which mechanism on Google Cloud lets a central a…

Which mechanism on Google Cloud lets a central admin enforce a rule like "no externally accessible IPs on Compute Engine VMs" across every project in the organization?

ACloud DNS record sets
BOrganization policies (with constraints applied at Organization/Folder/Project)
CCompute Engine startup scripts
DCloud Storage bucket labels
Answer & Solution
Correct answer: B. Organization policies (with constraints applied at Organization/Folder/Project)
Organization policies let admins set constraints (e.g. `compute.vmExternalIpAccess`) at Organization, Folder, or Project scope; lower levels inherit and can be denied from overriding. Startup scripts, labels, and DNS records can't enforce that policy across the org.
Solve this in the app — GCP Associate Cloud Engineer practice & 24k+ MCQs →
Related questions