Understanding Amazon EMR integration with AWS Lake Formation
AWS Lake Formation is a managed service using which you can control which user can access which databases, tables, columns, or rows of your table. Lake Formation also supports integration with Active Directory Federation Services (AD FS) and SAML-based single sign-on (SSO), which allows users to authenticate themselves using their organization's login credentials.
AWS Lake Formation has several features; the following are a few of the popular features:
- Blueprints: Lake Formation blueprints provide you with a few templates using which you can ingest data from relational databases or AWS load balancer logs to an S3 data lake. It invokes AWS Glue workflows and jobs to do the data ingestion.
- Granular permission management: With Lake Formation permissions management, you can define database, table, column, or row-level permissions that validate every user request. You can also define Lake Formation...