AWS Certified Machine Learning – Specialty — Question 234

A company's data engineer wants to use Amazon S3 to share datasets with data scientists. The data scientists work in three departments: Finance. Marketing, and Human Resources. Each department has its own IAM user group. Some datasets contain sensitive information and should be accessed only by the data scientists from the Finance department.

How can the data engineer set up access to meet these requirements?

Answer options

Correct answer: C

Explanation

The correct answer, option C, allows for a clear separation of access based on the sensitivity of the datasets by using IAM policies for each department. This ensures that the Finance department can access both types of datasets while restricting the other departments to only non-sensitive datasets. Options A and B do not utilize IAM policies effectively for managing access across different departments, and option D does not provide the same granularity of access control for the Finance department as option C.