1 Answers
Haven’t watched this video, but an HTTP 403 is a forbidden error (https://en.wikipedia.org/wiki/HTTP_403). Make sure you have set up your credentials and are using them and that those credentials have access to the s3 file you are trying to get.
I second this…check that you properly setup the crawler to access this S3 bucket.
I have the same issue, cant figure it out
make sure your IAM Role is correct. I copy and pasted the s3 URL the first time (didnt correct it for the s3 call s3://…) and realized thats not the correct syntax for calling an S3 bucket like IAM wants. After correcting the IAM Glue role to IAM syntax it worked.