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?

posta 10 mesi fa229 visualizzazioni
1 Risposta
2
Risposta accettata

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
ESPERTO
con risposta 10 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande