Are there Additional costs for getting result data from Athena?

0

I wanna fetch Athena SQL query results by using AWS SDK. I know that There are cost for querying on Athena and cost for results stored in S3. Then, If I want to fetch data by executing get_query_results, What's the charge, S3 pricing?

asked 10 months ago219 views
1 Answer
2
Accepted Answer

Hi.

I interpret the documentation like that. GetQueryResults states that the query is not run, the result is just streamed from S3. The pricing page states By default, query results are stored in an S3 bucket of your choice and are also billed at standard S3 rates.

So I think you will be billed S3 charges for required API actions and data transfer.

profile picture
EXPERT
answered 10 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