Unknown error when accessing the database details view through the AWS LakeFormation console

0

When trying to access a specific database (e.g default, the default HIVE database) through the console (e.g, using the URL https://us-east-1.console.aws.amazon.com/lakeformation/home?region=us-east-1#database-details/default?catalogId=$AWS::AccountID), an Unknown Error is being thrown and shown in the console (screenshot sadly not attached because it's unsupported on this platform).

Since there is no additional information with the error, it's impossible (for us) to know how to remediate the issue.

As for IAM permissions, the user trying to access the view has this following policy attached:

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Action": "lakeformation:*",
            "Resource": [
                "*"
            ],
            "Effect": "Allow"
        }
    ]
}
질문됨 2년 전412회 조회
1개 답변
0
수락된 답변

So apparently the Unknown Error was due to the user not being able to do Get/List operations for the RAM (Resource Access Manager). Attaching the AWSResourceAccessManagerReadOnlyAccess managed policy to the user solved the issue.

답변함 2년 전

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

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

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

관련 콘텐츠