I’m currently working on the Assignment 2: Building a Data Lakehouse with AWS Lake Formation and Apache Iceberg and trying to start a Glue job using the CLI. However, I’m receiving an AccessDeniedException due to missing glue:StartJobRun permission on the assumed role. Could you please grant the necessary permission or suggest the correct method to trigger this job within the allowed environment?
Hello @Mahimna
You have been granted with all the necessary permissions to complete the labs. In this case, the problem is probably stemming from an error in the previous steps. The exception is saying that metadata is missing, which means AWS glue is not able to find the job named de-c3w2a1-bucket-ingestion-etl-job
. My guess is that the terraform apply command in step 3.2.2 was not successful, or you may have forgotten to uncomment the lines related to this resource.
I will try it once again and see if it works or not