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
feita há um mês150 visualizações
2 Respostas
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
respondido há um mês
profile picture
ESPECIALISTA
avaliado há um mês
  • 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
respondido há um mês
profile pictureAWS
ESPECIALISTA
avaliado há um mês

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas