Graded programming assignment 4: Capstone Project Part 1

Hello,

Could someone please help. I am getting access denied error
when I try to run the first glue job in the section 4.1.7

An error occurred (AccessDeniedException) when calling the StartJobRun operation: User: arn:aws:sts::654654572216:assumed-role/VSCodeInstanceRole/i-010db107a8d19988b is not authorized to perform: glue:StartJobRun on resource: arn:aws:glue:us-east-1:654654572216:job/glue_api_users_extract_job because no identity-based policy allows the glue:StartJobRun action

Hello @Rajeev_Prabhakar
The job name is not glue_api_users_extract_job, and you shouldn’t input this as the job name when you want to run the job run command. Instead, get the value from terraform outputs corresponding to glue_api_users_extract_job and use it as the job name.

@Amir_Zare - Thank you…that was it !