Using S3 bucket as source for table in Athena

0

When creating a table in Athena I browse to my S3 bucket, but it's greyed out and I can't select it as a source. I have granted myself Athena read/write and made my bucket public. What am I missing?

  • Have you tried granting access to your S3 bucket?

asked 2 years ago272 views
1 Answer
1
Here are a few steps you can take to resolve your issue:

1. Check your S3 Bucket permissions and IAM role configurations
Ensure the bucket policy and IAM role allows the correct permissions
Documentation reference: https://docs.aws.amazon.com/athena/latest/ug/s3-permissions.html

2. Check the region for the S3 bucket and Athena
Athena can only query data if the bucket and table are in the same region
AWS
Vidit_P
answered 9 months 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