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?

已提问 10 个月前229 查看次数
1 回答
2
已接受的回答

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
专家
已回答 10 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则