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ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ