AWS Glue Monitoring error

0

I am getting ‘Error loading data’ error thrown on the AWS console screen when I try to access AWS Glue Monitoring service. I gave List*, Get*, BatchGet* for the Glue policy. Am I missing any requires actions or policies. (I can not give AWSGlueConsoleFullAccess as this is for test-users). Appreciate any help! Thanks

asked 2 years ago227 views
1 Answer
0

Sorry for the late reply, I hope your problem was already resolved. But I'm going to put a response here because I noticed the same behavior, and had difficulty finding the solution.

Allowing permissions on QueryJobRuns, QueryJobs, and QueryJobRunsAggregated allow access to Glue Jobs Monitoring without the error "Resource

{ "Version": "2012-10-17", "Statement": [ { "Sid": "VisualEditor0", "Effect": "Allow", "Action": [ "glue:QueryJobRuns", "glue:QueryJobs", "glue:QueryJobRunsAggregated" ], "Resource": "*" } ] }

This allows Glue Job Monitoring access without giving AWSGlueConsoleFullAccess

wameyer
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions