Create IAM Role
Create IAM Role
In this step we will go to the IAM Console interface and create a role for the Glue service, which will allow AWS Glue to access the data located in S3 and create the necessary objects in the Glue Catalog.
- Access the interface AWS Management Console

- In the IAM interface
- Select Roles
- Select Create role

- In Select trusted entity step
- Select AWS service
- Use case, select Glue
- Select Next

- In Add permissions step
- Find AmazonS3FullAccess policy
- Select AmazonS3FullAccess policy
- Select Next

- Same as step 4
- Find AWSGlueServiceRole policy
- Select AWSGlueServiceRole policy

- In the Role details interface
- Role name, enter
AWSGlueServiceRoleDefault

- In Add permissions step
- Double check 2 policies
- Select Create role

- So we have finished creating IAM role
