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"
        }
    ]
}
gefragt vor 2 Jahren412 Aufrufe
1 Antwort
0
Akzeptierte Antwort

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.

beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen