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
demandé il y a un mois150 vues
2 réponses
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
répondu il y a un mois
profile picture
EXPERT
vérifié il y a un mois
  • 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
répondu il y a un mois
profile pictureAWS
EXPERT
vérifié il y a un mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions