Is there any way to segment athena databases (as datasources) by group?
For example:
In Athena, there are databases: a, b, c, d, e
And we have groups 1, 2 and 3, 4.
For group 1, make databases a and b available and hide c, d, e
For group 2, make databases d and e available and hide a, b, c
For group 3, make databases c and e available and hide a, b, d
For group 4, male all databaeses available
For this, guarantee that group 1 does not have access to databases c, d, e even someone of one group that have access share with someone of group 1
and so on…
In AWS console we make this governance by group policies.