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

feita há 2 anos233 visualizações
1 Resposta
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
respondido há 2 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas