I am getting "Error loading data" in Job run monitoring page on AWS Glue. I can able to see the data when I logged in as "Admin" user but I cannot see the data while I am logging in as "role" user. Do we need to add any specific permission to see the job monitoring data in Role policy.
2
Answers
Your IAM role should have
glue:UseGlueStudio
permission.If you’re unable to see AWS Glue job run monitoring data, you may need to adjust the permissions of the "role" user.
From screenshot you seem to be missing glue:UseGlueStudio permission.
Here’s a general guide to help you configure the necessary permissions:
AWS Glue Permissions: At a minimum, the role/user should have the following AWS Glue permissions to view job details:
glue:GetJobs
glue:GetJobRun
glue:GetJobRuns
glue:UseGlueStudio
IAM Policy: Update the IAM policy attached to the "role" user to ensure it includes the necessary AWS Glue permissions: