AWS Certified Solutions Architect – Professional (SAP-C02) — Question 501

A company wants to create a single Amazon S3 bucket for its data scientists to store work-related documents. The company uses AWS IAM Identity Center to authenticate all users. A group for the data scientists was created.

The company wants to give the data scientists access to only their own work. The company also wants to create monthly reports that show which documents each user accessed.

Which combination of steps will meet these requirements? (Choose two.)

Answer options

Correct answer: A, C

Explanation

Using an IAM Identity Center permission set with the dynamic policy condition ${aws:PrincipalTag/userName}/* isolates each data scientist's access to their own folder prefix within the single S3 bucket. To track who accessed which documents, S3 data events must be captured via AWS CloudTrail, and querying these logs with Amazon Athena provides an efficient and serverless way to generate the required monthly reports.