I am trying to finish the Programming Assignment for Data Engineering > Week 2 > C1. I made it all the way to the end, but when I try to run the AWS GLUE job, I get the following error:
COMMAND: aws glue start-job-run --job-name de-clw2-etl-job | jq -r ‘.JobRunId’
ERROR: An error occurred (AccessDeniedException) when calling the StartJobRun operation: User: arn:aws:sts::119693144900:assumed-role/voclabs/user4106730=cculxkksfyra is not authorized to perform: glue:StartJobRun on resource: arn:aws:glue:us-east-1:119693144900:job/de-clw2-etl-job because no identity-based policy allows the glue:StartJobRun action
Any suggestions?
Thanks!!!