1 Answer
- Newest
- Most votes
- Most comments
0
These are some changes from AWS that related to your case:
- Before July 31, 2025: Root accounts and users with CloudWatch access could run queries without needing explicit logs:GetQueryResults.
- After July 31, 2025: AWS tightened security. Now both permissions are mandatory for all identities, including the root account.
https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_GetQueryResults.html
https://docs.aws.amazon.com/cli/latest/reference/athena/get-query-results.html
Relevant content
- asked a year ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated a month ago

I have this problem too, but NOT using a root account. I have all logs:* permissions, verified by IAM Policy Simulator. However the error doesn't seem to prevent you from actually adding the query?