CLOUD-DIGITAL-LEADER · Question #9
Your organization is developing and deploying an application on Google Cloud. Tracking your Google Cloud spending needs to stay as simple as possible. What should you do to ensure that workloads in th
The correct answer is D. Put the development resources in their own project. In Google Cloud, the project is the fundamental unit of isolation. Separate projects provide separate IAM policies, separate billing visibility, separate API enablement, separate network namespaces, and separate resource quotas - ensuring development and production workloads are
Question
Your organization is developing and deploying an application on Google Cloud. Tracking your Google Cloud spending needs to stay as simple as possible. What should you do to ensure that workloads in the development environment are fully isolated from production workloads?
Options
- AApply a unique tag to development resources
- BAssociate the development resources with their own network
- CAssociate the development resources with their own billing account
- DPut the development resources in their own project
How the community answered
(57 responses)- A12% (7)
- B7% (4)
- C4% (2)
- D77% (44)
Explanation
In Google Cloud, the project is the fundamental unit of isolation. Separate projects provide separate IAM policies, separate billing visibility, separate API enablement, separate network namespaces, and separate resource quotas - ensuring development and production workloads are fully isolated. Billing can be associated at the project level for clean cost attribution. Tags (A) are for labeling and reporting, not isolation. A separate network (B) provides only network-level isolation, not full workload isolation. A separate billing account (C) is an administrative billing entity but does not by itself isolate resources.
Topics
Community Discussion
No community discussion yet for this question.