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
preguntada hace un mes150 visualizaciones
2 Respuestas
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 hace un mes
profile picture
EXPERTO
revisado hace un mes
  • 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 hace un mes
profile pictureAWS
EXPERTO
revisado hace un mes

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas