DynamoDB on-demand pricing for low usage table

0

Customer who rarely uses a DDB table. Something along the lines of less then 1000 read or writes per month. Theoretically, this could be interesting for on-demand pricing. However, it is still unclear whether we bill for 1M requests minimum or not. Do you get billed per actual number of read/write requests, or by block of 1M?

Here the difference would be (with 1000 reads and 100 writes):

  • 1M block: $1.50 (0.25 per 1M read + 1.25 per 1M write)
  • #req : $0.01 (0.00025 per 1000 read + 0.000125 per 100 write)

EDIT: if you take the PROVISIONED billingMode with 1RCU/1WCU, the price would be a little bit more than $0.60 (2430(0.000735+0.000147)= 0.63504)

AWS
posta 3 anni fa274 visualizzazioni
1 Risposta
0
Risposta accettata

All operations are billed at the lowest possible operation and the bulk cost is published for easy comprehension only. In this case, the DDB will never round the 1000 operations to 1M and instead use 1000 * individual operation for billing. In fact, with this low use customer might not have to pay anything at all because first 2.5M operations or 5RCU/5WCU are part of free-tier.

AWS
Vivek_S
con risposta 3 anni 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