AWS Certified Data Analytics – Specialty — Question 128

A financial services company is building a data lake solution on Amazon S3. The company plans to use analytics offerings from AWS to meet user needs for one- time querying and business intelligence reports. A portion of the columns will contain personally identifiable information (PII) Only authorized users should be able to see plaintext PII data.
What is the MOST operationally efficient solution that meets these requirements?

Answer options

Correct answer: B

Explanation

The correct answer is B because it effectively utilizes AWS Lake Formation to manage access to PII data through detailed permissions for different IAM roles, ensuring that only authorized users can see sensitive information. Options A and D propose bucket policies and IAM roles, which can be more complex and less efficient compared to Lake Formation's built-in data permission management. Option C adds unnecessary complexity by creating separate copies of the data, which is not needed for the access control requirements.