
Answer-first summary for fast verification
Answer: In the Logging section of the console, specify GCE Network as the logging section. Search for the Create Insert entry
The question asks to investigate the origin of a newly created network in a GCP project. Option C is correct because Google Cloud Logging captures Admin Activity audit logs by default, which include network creation events. Specifically, filtering for GCE Network logs and searching for 'Create Insert' entries will reveal the firewall rule creation details, including the creator's email in the authorizationInfo. This aligns with the community consensus (100% support for C, with high upvotes on comments explaining that network creation is an Admin Activity logged in Cloud Logging). Option A is incorrect as Stackdriver alerting is for monitoring, not auditing creation events. Option B is unsuitable because Data Access logs focus on read operations, not resource creation. Option D is irrelevant as it deals with SSH logins to instances, not network creation.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You need to investigate the origin of a new network that was created in your Google Cloud project. How should you proceed?
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