A financial enterprise operating on Google Cloud requires an automated central compliance solution for security audit logs. The security architect must aggregate Data Access audit logs across all organization folders into a dedicated security project. The solution must satisfy strict regulatory compliance by protecting log destination buckets with enterprise-managed encryption keys, preventing authorized internal identities from exfiltrating stored log files to unauthorized external projects, and granting minimum required identity permissions. Which architecture strategy meets these security and compliance requirements?
- Configure an organization-level aggregated log sink targeting a central Cloud Storage bucket encrypted with Customer-Managed Encryption Keys (CMEK) via Cloud KMS, and include the central security logging project within a VPC Service Controls perimeter.Cevap
- BConfigure an organization-level aggregated log sink targeting a central Cloud Storage bucket encrypted with Customer-Managed Encryption Keys (CMEK) via Cloud KMS, and rely strictly on IAM roles and storage bucket ACLs to prevent authorized users from exfiltrating log data.
- CConfigure an organization-level aggregated log sink targeting a central Cloud Storage bucket encrypted with Customer-Supplied Encryption Keys (CSEK) managed on-premises, and place the logging project within a VPC Service Controls perimeter.
- DConfigure an organization-level aggregated log sink targeting a central Cloud Storage bucket encrypted with Customer-Managed Encryption Keys (CMEK) via Cloud KMS, and grant the Service Account Admin role (roles/iam.serviceAccountAdmin) to the sink identity inside a VPC Service Controls perimeter.
Cevap
The correct strategy is to create an organization-level aggregated log sink directing logs to a Cloud Storage bucket encrypted with Customer-Managed Encryption Keys (CMEK) via Cloud KMS, while enforcing a VPC Service Controls perimeter around the central logging project.
The valid architecture combines organization-level aggregated logging for complete visibility, Customer-Managed Encryption Keys (CMEK) via Cloud KMS to fulfill customer-managed key governance, and VPC Service Controls around the central logging project to strictly block data exfiltration to external, non-authorized GCP projects.
Adım Adım Çözüm
Anahtar Kavram
Organization Log Aggregation, CMEK Integration, and Data Exfiltration Prevention via VPC Service Controls