ASSOCIATE-CLOUD-ENGINEER · Question #135
ASSOCIATE-CLOUD-ENGINEER Question #135: Real Exam Question with Answer & Explanation
The correct answer is A: Create a new project, enable the Compute Engine and Cloud SQL APIs in that project, and. Explicitly they asking not sharing the resources and use the GCP best Practices. GCP Best practices indicate create a new project for every environment (DEV, QA, PRD). https://cloud.google.com/docs/enterprise/best-practices-for-enterprise-organizations#project-
Question
You have successfully created a development environment in a project for an application. This application uses Compute Engine and Cloud SQL. Now, you need to create a production environment for this application. The security team has forbidden the existence of network routes between these 2 environments, and asks you to follow Google-recommended practices. What should you do?
Options
- ACreate a new project, enable the Compute Engine and Cloud SQL APIs in that project, and
- BCreate a new production subnet in the existing VPC and a new production Cloud SQL instance in
- CCreate a new project, modify your existing VPC to be a Shared VPC, share that VPC with your
- DAsk the security team to grant you the Project Editor role in an existing production project used by
Explanation
Explicitly they asking not sharing the resources and use the GCP best Practices. GCP Best practices indicate create a new project for every environment (DEV, QA, PRD). https://cloud.google.com/docs/enterprise/best-practices-for-enterprise-organizations#project-
Community Discussion
No community discussion yet for this question.