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?

gefragt vor 10 Monaten229 Aufrufe
1 Antwort
2
Akzeptierte Antwort

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
EXPERTE
beantwortet vor 10 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen