How to grant users read only permission to Athena

0

My understanding is that the IAM action "athena:StartQueryExecution" is required to permit SQL queries to be run in Athena. However, it's still possible to perform INSERT INTO statements.

Is there a way to restrict access to Athena and only allow read-only queries?

AWS
Kyle_T
asked 4 years ago4527 views
1 Answer
0
Accepted Answer

Yes, it's possible if you use Lake Formation to grant access to your Athena users or roles. When you grant access to tables, just grant as SELECT only access previlages.

https://docs.aws.amazon.com/lake-formation/latest/dg/access-control-fine-grained.html

AWS
answered 4 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions