AWS Certified Data Analytics – Specialty — Question 37

Three teams of data analysts use Apache Hive on an Amazon EMR cluster with the EMR File System (EMRFS) to query data stored within each teams Amazon
S3 bucket. The EMR cluster has Kerberos enabled and is configured to authenticate users from the corporate Active Directory. The data is highly sensitive, so access must be limited to the members of each team.
Which steps will satisfy the security requirements?

Answer options

Correct answer: B

Explanation

Option B is correct because it establishes a service role that has no Amazon S3 access, ensuring that the EMR cluster instances cannot access any data unless explicitly allowed through the additional IAM roles. Options A, C, and D either incorrectly set the service role permissions or misconfigure trust policies, which could compromise data security by granting too much access or failing to properly restrict access.