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
已提問 1 個月前檢視次數 150 次
2 個答案
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
已回答 1 個月前
profile picture
專家
已審閱 1 個月前
  • 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
已回答 1 個月前
profile pictureAWS
專家
已審閱 1 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南