A cloud engineer needs to standardize access management for a new Cloud Storage bucket by enforcing Cloud IAM permissions exclusively across all stored objects and completely disabling individual object-level Access Control Lists (ACLs). Which bucket configuration must the engineer enable to achieve this requirement?
- Uniform Bucket-Level AccessAnswer
- BFine-Grained Access Control Lists on each object combined with primitive Storage Admin permissions
- CProject-level primitive Owner role assignment while keeping bucket ACLs active
- DRevocation of all bucket-level IAM roles to inherit object access from parent organization policies
Answer
Uniform Bucket-Level Access
Uniform Bucket-Level Access (UBLA) unifies access control by disabling Access Control Lists (ACLs) for all objects in the bucket, ensuring that permissions are managed strictly via Cloud IAM roles.
Step-by-Step Solution
Key Concept
Uniform Bucket-Level Access (UBLA)
Estimated Time:45s