Google Cloud Associate Cloud Engineer — Question 86

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 has asked you to follow Google-recommended practices. What should you do?

Answer options

Correct answer: A

Explanation

The correct answer is A because creating a new project and enabling the necessary APIs ensures complete separation between the development and production environments, aligning with the security team's requirements. Options B and C violate the security team's mandate by potentially allowing network routes between environments, while option D relies on permissions that compromise operational independence and security protocols.