An administrator needs to restrict access to a specific S3 bucket so that only the Finance team can view files. Which configuration is the most effective approach?
Bucket policies allow for fine-grained resource-based access control.
Why this answer
IAM policies attached to the specific bucket (Bucket Policies) are the primary control for S3 access management.