Reputation: 41
I'm getting this error when using AWS Glue crawlers:
[xyz] ERROR : Not all read errors will be logged. com.amazonaws.services.s3.model.AmazonS3Exception: Access Denied (Service: Amazon S3; Status Code: 403; Error Code: AccessDenied; Request ID: xyz; S3 Extended Request ID: xyz; Proxy: null), S3 Extended Request ID: xyz
I have S3FullAccessRole and all Glue roles enabled.
Anyone know how to fix this?
Upvotes: 1
Views: 2130
Reputation: 91
Add the S3 permissions to your created AWSGlue role. Not to the policy but the role.
Upvotes: 0