
Answer-first summary for fast verification
Answer: Implement AWS Identity and Access Management (IAM) policies to control access to the AWS Glue Data Catalog.
To ensure compliance with a data governance policy that requires strict access control and auditing, you should implement AWS Identity and Access Management (IAM) policies to control access to the AWS Glue Data Catalog. This allows you to define specific permissions for different users and roles, ensuring that only authorized personnel can access or modify the data catalog. Enabling AWS CloudTrail logging is also important for auditing purposes, but it is not sufficient on its own. Using AWS Glue crawlers or manually reviewing changes do not directly address access control and auditing requirements.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your company is implementing a data governance policy that requires strict access control and auditing for data sources in the AWS Glue Data Catalog. What steps should you take to ensure compliance with this policy?
A
Implement AWS Identity and Access Management (IAM) policies to control access to the AWS Glue Data Catalog.
B
Enable AWS CloudTrail logging for the AWS Glue service to track and audit all actions performed on the data catalog.
C
Use AWS Glue crawlers to automatically discover and catalog all data sources, ensuring comprehensive access control and auditing.
D
Manually review and approve all changes to the data catalog to ensure compliance with the data governance policy.
No comments yet.