AWS Certified Big Data – Specialty — Question 37

An organization needs to store sensitive information on Amazon S3 and process it through Amazon EMR. Data must be encrypted on Amazon S3 and Amazon
EMR at rest and in transit. Using Thrift Server, the Data Analysis team users HIVE to interact with this data. The organization would like to grant access to only specific databases and tables, giving permission only to the SELECT statement.
Which solution will protect the data and limit user access to the SELECT statement on a specific portion of data?

Answer options

Correct answer: C

Explanation

The correct answer is C because using AWS KMS to encrypt data allows for robust security while attaching different roles enables fine-grained permission management for users. Options A and B do not provide the necessary granularity of access control for SELECT permissions specifically. Option D focuses on network security rather than the required database access restrictions.