
Answer-first summary for fast verification
Answer: AWS Lake Formation
AWS Lake Formation is a service that simplifies and automates the process of securing data in a data lake. It provides fine-grained access control, data encryption, and data cataloging capabilities. To configure it, you can create a Lake Formation-managed data catalog, define the necessary permissions and roles, and set up data access policies. AWS Identity and Access Management (IAM) with S3 bucket policies can be used to manage access to S3 resources, but it does not provide the necessary capabilities for data cataloging and fine-grained access control. Amazon S3 with server-side encryption can be used to protect the data at rest, but it does not provide access control capabilities. Amazon Redshift with Amazon Redshift Spectrum can be used to query data stored in S3, but it does not provide access control capabilities.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your company is developing a data analytics application that requires secure and controlled access to data stored in Amazon S3. Which AWS service should you use to manage access to the data, and how should you configure it?
A
AWS Identity and Access Management (IAM) with S3 bucket policies
B
Amazon S3 with server-side encryption
C
Amazon Redshift with Amazon Redshift Spectrum
D
AWS Lake Formation
No comments yet.