
Answer-first summary for fast verification
Answer: 1. Establish a new GCP project. 2. Activate the Compute Engine and Cloud SQL APIs. 3. Duplicate the development environment setup in the new project.
Option C is correct because it adheres to the best practice of isolating development and production environments by creating a new GCP project and replicating the setup there, ensuring no network routes exist between them. Option A is incorrect as it suggests using the same project, which does not isolate the environments. Option B is incorrect because it involves using another team's production project, failing to isolate environments. Option D is incorrect as a Shared VPC allows communication between projects, violating the security requirement. For more details, refer to [Google's best practices on VPC design](https://cloud.google.com/solutions/best-practices-vpc-design).
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are developing a stock trading application utilizing Compute Engine and Cloud SQL, currently in a development environment with plans for a public release. The security team mandates no network routes between development and production environments. What is the Google-recommended approach to meet this requirement?
A
B
C
D
No comments yet.