Valentin Golev
Valentin Golev

Reputation: 10095

IAM users can't see Athena tables

My IAM users can't see the Athena tables I've created a long time ago using the root account.

Their group has the following permissions:

They only see the sampledb databases, which is unfortunate, because they need the one we actually use. The documentation is not clear on how to make the databases accessible to everyone. How do I achieve that?

Upvotes: 3

Views: 2302

Answers (2)

user3342209
user3342209

Reputation: 131

You need Glue permissions, Glue is the service in charge of manage Databases and Tables in AWS

Upvotes: 0

Mark B
Mark B

Reputation: 41

Your permissions are correct.

Athena's context is not currently shared across regions. Ensure that the users are viewing Athena from the same region as the root account. When they login to AWS, they may be initially placed in another region.

Upvotes: 4

Related Questions