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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン