PROFESSIONAL-CLOUD-SECURITY-ENGINEER · Question #184
You are creating a new infrastructure CI/CD pipeline to deploy hundreds of ephemeral projects in your Google Cloud organization to enable your users to interact with Google Cloud. You want to…
The correct answer is A. Enable the constraints/compute.skipDefaultNetworkCreation organization policy constraint at the. https://cloud.google.com/resource-manager/docs/organization-policy/org-policy-constraints - constraints/compute.skipDefaultNetworkCreation This boolean constraint skips the creation of the default network and related resources during Google Cloud Platform Project resource…
Question
Options
- AEnable the constraints/compute.skipDefaultNetworkCreation organization policy constraint at the
- BCreate a cron job to trigger a daily Cloud Function to automatically delete all default networks for
- CGrant your users the IAM Owner role at the organization level. Create a VPC Service Controls
- DOnly allow your users to use your CI/CD pipeline with a predefined set of infrastructure templates
How the community answered
(32 responses)- A78% (25)
- B13% (4)
- C6% (2)
- D3% (1)
Explanation
https://cloud.google.com/resource-manager/docs/organization-policy/org-policy-constraints - constraints/compute.skipDefaultNetworkCreation This boolean constraint skips the creation of the default network and related resources during Google Cloud Platform Project resource creation where this constraint is set to True. By default, a default network and supporting resources are automatically created when creating a Project
Topics
Community Discussion
No community discussion yet for this question.