AccessDeniedException when trying to start Glue extract jobs

In 4.1.7 of the Capstone Project Part 1 - ETL and Data Modeling, I get an AccessDeniedException when trying to start the glue jobs. Please see terminal info in the attached screenshot.

Hello @grkamarko430
The values you are inputting for --job-name are incorrect. You need to get the outputs named glue_api_users_extract_job , glue_sessions_users_extract_job, and glue_rds_extract_job from the terraform outputs and replace the <JOB-NAME> placeholder in the aws glue start-job-run --job-name <JOB-NAME> | jq -r '.JobRunId' command.

Woops! My mistake. Thank you!