
Answer-first summary for fast verification
Answer: By tagging objects in the S3 bucket for fine-grained access control.
The correct answer is B. Tagging objects in the S3 bucket allows for fine-grained access control based on object metadata. By assigning tags to objects, users can create IAM policies that grant or deny access to objects based on the tags. This method enables users to meet compliance requirements by controlling access to objects based on specific tags. Options A, C, and D are not suitable for this requirement: AWS Secrets Manager is for managing secrets, not access control; security groups and network ACLs are network-level security features and do not provide object-level access control in S3.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
How can a user restrict access to objects in Amazon S3 to comply with obligations?
A
By using AWS Secrets Manager for secret management.
B
By tagging objects in the S3 bucket for fine-grained access control.
C
By applying security groups to manage network-level security for EC2 instances.
D
By utilizing network ACLs to regulate traffic at the subnet level.