S3 LOCATION INvalid

0

HI, Having problem w my query. It says "S3 location provided to save your query results is invalid". Can you help me with this?

asked 2 months ago147 views
1 Answer
0

Without any context to what you are doing I can only provide this as a suggestion.

https://repost.aws/knowledge-center/athena-invalid-s3-location-error

Verify that the S3 path is accurate

Verify that the query result location specified in the Athena console is pointing to the correct S3 path. Also, be sure to include a trailing slash (/) at the end of the S3 path (example: s3://doc_example_bucket/doc_example_folder/).

Verify that the S3 location is in the same Region

Verify that the S3 location provided for saving the query results is in the same Region where you run the queries.

Verify that the IAM user has sufficient permissions to access the query result files

Verify that the IAM user has the required permissions to access and view the query output files. The IAM user/role needs permissions to the following actions:

  • GetObject
  • GetQueryResults
profile pictureAWS
EXPERT
David
answered 2 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