QuestionQ163
Data Security and GovernanceA company operates five offices in separate AWS Regions. Each office has its own human resources (HR) department, which uses a distinct IAM role. The company keeps employee records in a data lake based on Amazon S3 storage.
A data engineering team must restrict access to the records. Each HR department must be able to access records only for employees in that HR department's Region.
Which combination of steps should the data engineering team take to satisfy this requirement with the LEAST operational overhead?
Choose two
- A Use data filters for each Region to register the S3 paths as data locations.
- B Register the S3 path as an AWS Lake Formation location.
- C Modify the IAM roles of the HR departments to add a data filter for each department's Region.
- D Enable fine-grained access control in AWS Lake Formation. Add a data filter for each Region.
- E Create a separate S3 bucket for each Region. Configure an IAM policy to allow S3 access. Restrict access based on Region.
Community Discussion