Know How Guide and Hands on Guide for AWS
Lake Formation uses the following services:
Lake Formation calls AWS API operations to perform the following tasks:
Beginning with Amazon EMR 5.31.0, you can launch a cluster that integrates with AWS Lake Formation. Integrating Amazon EMR with AWS Lake Formation provides the following key benefits:
The integration between Amazon EMR and AWS Lake Formation supports the following applications:
Integrate Amazon EMR and Lake Formation prerequisite:
EC2-DB-Loader
EC2
mysql -h tpc-database-dns -u tpcadmin -p tpc
INSERT INTO tpc.customer (c_salutation,c_customer_sk,c_first_name,c_last_name) VALUES("Dr.",29999935,"Jill","Thomas");
INSERT INTO tpc.customer (c_salutation,c_customer_sk,c_first_name,c_last_name) VALUES("Dr.",29999936,"Jill","Thomas");
How to migrate glue permissions to lake formation permissions
aws iam list-policies-granting-service-access --arn arn:aws:iam::[AccountID]:user/glue-admin --service-namespaces glue
Grant AWS Lake Formation permissions to match the AWS Glue permissions in policy GlueProdPolicy and GlueTestPolicy
- Step 3: Give Users IAM Permissions to Use Lake Formation
- Step 4: Switch Your Data Stores to the Lake Formation Permissions Model
- Step 5: Secure New Data Catalog Resources: clear check box Use only IAM access control for new databases
and Use only IAM access control for new tables in new databases
- Step 6: Give Users a New IAM Policy for Future Data Lake Access by adding policy GlueFullReadAccess
- Step 7: Clean Up Existing IAM Policies by
- Remove GlueProdPolicy from glue-admin and GlueTestPolicy from glue-dev-user
- Remove Bucket Policies permission for glue-admin and glue-dev-user