Google Cloud Professional Cloud Architect — Question 29
A recent audit revealed that a new network was created in your GCP project. In this network, a GCE instance has an SSH port open to the world. You want to discover this network's origin.
What should you do?
Answer options
- A. Search for Create VM entry in the Stackdriver alerting console
- B. Navigate to the Activity page in the Home section. Set category to Data Access and search for Create VM entry
- C. In the Logging section of the console, specify GCE Network as the logging section. Search for the Create Insert entry
- D. Connect to the GCE instance using project SSH keys. Identify previous logins in system logs, and match these with the project owners list
Correct answer: C
Explanation
The correct answer is C because it allows you to directly access the logs related to the creation of the GCE instance, providing clear evidence of when and how the network was created. The other options either do not specifically target the creation logs or involve unnecessary steps that do not directly reveal the origin of the network.