Reputation: 10095
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
Reputation: 131
You need Glue permissions, Glue is the service in charge of manage Databases and Tables in AWS
Upvotes: 0
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