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

질문됨 2년 전233회 조회
1개 답변
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
답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인