In what sequence should a Cloud Security Architect configure an organization-level aggregated log sink to stream Data Access audit logs from all child projects into a centralized BigQuery dataset within a dedicated logging project?
- 1Create the central logging GCP project and provision the target BigQuery dataset.
- 2Create the organization-level aggregated log sink with a filter for Data Access audit logs and the --include-children flag.
- 3Retrieve the unique writer identity service account name generated by the created log sink.
- 4Grant the log sink's writer identity service account the BigQuery Data Editor role on the target BigQuery dataset.
Cevap
The correct operational sequence to set up an organization-level aggregated log sink to a central BigQuery dataset is: First, create the central logging project and target BigQuery dataset. Second, create the organization-level log sink configured with the --include-children flag and audit log filter. Third, retrieve the auto-generated writer identity service account for the log sink. Fourth, grant that writer identity service account the BigQuery Data Editor role on the destination dataset.
The proper administrative workflow begins by establishing the central destination resource (BigQuery dataset) in a dedicated project. Next, the organization log sink is created targeting this dataset with the aggregated option enabled, which provisions a dedicated service account writer identity. The service account name must then be retrieved so that the final step—granting the BigQuery Data Editor IAM role on the destination dataset—can be completed to permit log ingestion.
Adım Adım Çözüm
Anahtar Kavram
Organization-level aggregated log sink provisioning workflow and service account access control
Tahmini Süre:1m 0s