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
已提問 4 年前檢視次數 4600 次
1 個回答
0
已接受的答案

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
已回答 4 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南