DynamoDB PartiQL Price

0

Hi, When I use the service PartiQL from DynamoDB dashboard, there's a notice 'Operations performed using the PartiQL editor might incur charges.'. However, I can not find any price information about the PartiQL according to the link the notice provide. How dose the PartiQL service cost?

Thanks, Wilma

Wilma
posta un mese fa150 visualizzazioni
2 Risposte
0

Hello,

The website mentions potential charges for PartiQL usage because while the core query function is free, there might be associated costs for other AWS resources. The main reason there would be a cost associated would be the data storage and throughput costs for DynamoDB. Running PartiQL queries would involve accessing and querying data stored in DynamoDB tables. These database operations would be billed according to standard DynamoDB pricing.

Here is a link to an article that helps optimize cost for DynamoDB: https://repost.aws/knowledge-center/dynamodb-optimize-costs

profile picture
Julian
con risposta un mese fa
profile picture
ESPERTO
verificato un mese fa
  • My table is provisioned mode and with no auto scale.(5RCU and 5WCU). Does it mean i would not pay extra costs but only the 5 RCU and WCU provisioned mode cost if i use the PartiQL service?

0

Yes, exactly. If you use the PartiQL service to query data from a DynamoDB table without exceeding the provisioned RCU, since you have provisioned it, you would not need to pay extra. In addition, you don't have auto-scaling enabled, which means that the table does not provide any more RCU or WCU when going over the provisioned RCU; de facto, you don't get any unexpected costs.

profile picture
Julian
con risposta un mese fa
profile pictureAWS
ESPERTO
verificato un mese 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