AWS Certified Data Engineer – Associate (DEA-C01) — Question 199

A company has as JSON file that contains personally identifiable information (PII) data and non-PII data. The company needs to make the data available for querying and analysis.

The non-PII data must be available to everyone in the company. The PII data must be available only to a limited group of employees.

Which solution will meet these requirements with the LEAST operational overhead?

Answer options

Correct answer: C

Explanation

Option C is the best choice as AWS Lake Formation allows for fine-grained access control to specific data sets with minimal management effort. Options A and D involve more operational overhead due to the need for file splitting or database management. Option B, while useful for identifying PII, does not provide the structured access control required for this scenario.