A financial enterprise processes sensitive analytical records in BigQuery and archives raw log files in Cloud Storage. Enterprise compliance guidelines specify three mandatory controls:
1. Key Management: Data at rest must be encrypted using Customer-Managed Encryption Keys (CMEK) managed via Cloud KMS to support automated key rotation.
2. Access Governance: Key access must follow the principle of least privilege using predefined IAM roles assigned to dedicated service agents without granting administrative privileges.
3. Perimeter Protection: Data exfiltration must be strictly prevented so that authorized identity credentials cannot copy data to external Cloud Storage buckets outside the organizational boundary.
Which TWO configurations must the security architect implement to fulfill these compliance requirements?
- Grant the Cloud KMS CryptoKey Encrypter/Decrypter role on the Cloud KMS key to the service agents for Cloud Storage and BigQuery.Answer
- Configure a VPC Service Controls security perimeter that encompasses the BigQuery and Cloud Storage projects.Answer
- CSupply raw 256-bit AES customer-supplied encryption keys (CSEK) in API request headers for all storage write calls.
- DGrant the Owner primitive IAM role on the Cloud KMS KeyRing to the application service accounts to allow automated key operations.