Sunday, Oct 18, 2020
Tags: aws glue aws glue crawler aws iam
Categories: aws data engineering

Secutiry permission between AWS Glue and AWS Lake Formation

We will use this tutorial to show how to setup correct IAM permissions for AWS Glue. Also, we will learn how to provide data and location permissions via AWS Lake Formation.

Here are the short descriptions of this tutorial:

  • We will create an S3 bucket and upload the test data into it.
  • We will create an AWS Glue crawler and try to crawl our data.
  • We will be faced with permission issues for our dev user and we will fix this.
  • We will apply security permissions for data via AWS Lake Formation
AWS Glue Permissions Part 1

AWS Glue Permissions Part 2