Информация
Авторизация
Сумма 0
Оплатить
Авторизация

Documentdb Pricing Calculator Exclusive ◉

| Strategy | Impact | |----------|--------| | | Save 40–60% on compute (1-yr or 3-yr commitment) | | Right-size instances | Monitor CPU & RAM – don't over-provision | | Reduce replicas | For dev/test, use 0 replicas | | Optimize I/O | Use projection ( field:1 ) to avoid large document reads. Batch writes. | | Enable TTL indexes | Automatically delete old data to reduce storage + I/O | | Backup pruning | Delete old manual snapshots | | Use same AZ | Avoid cross-AZ data transfer costs (for replicas) | | Stop idle clusters | Non-production clusters can be stopped (no compute charge, but storage remains) |

: Choose between provisioned instance types (like R6g or T4g) or the Serverless configuration. documentdb pricing calculator

<script> /* --- JS Logic --- */

<button class="calculate-btn" onclick="calculatePrice()">Estimate Monthly Cost</button> | Strategy | Impact | |----------|--------| | |

<div class="input-group"> <label for="storage">Database Storage (GB)</label> <input type="number" id="storage" placeholder="e.g. 100" value="100"> </div> &lt;script&gt; /* --- JS Logic --- */ &lt;button