A company has a multi-project setup with a shared VPC. They want to centrally audit all firewall rule changes. What is the most efficient way?
Admin Activity logs include firewall rule changes; BigQuery enables efficient querying.
Why this answer
Option C is correct. Exporting Admin Activity audit logs to a centralized BigQuery dataset allows querying all firewall rule changes across projects. Option A is incorrect because VPC Flow Logs capture network traffic, not rule changes.
Option B is incorrect because Cloud Asset Inventory can track assets but not real-time changes efficiently. Option D is less efficient than a single export to BigQuery.