aws-samples / aws-samples/sample-devgenius-aws-solution-builder
DynamoDB on-demand pricing is stale (2x too high) - fix in #26
- Lingua principale
- Python
- Stelle
- 249
- Fork
- 67
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
The DynamoDB on-demand throughput rates in this repo predate the **November 1, 2024**
price cut, which halved them ([announcement](https://aws.amazon.com/blogs/database/new-amazon-dynamodb-lowers-pricing-for-on-demand-throughput-and-global-tables/)). The figures currently overstate on-demand
throughput cost by 2x.
| | Listed here | Current |
|---|---|---|
| Write request units | $1.25 /M | **$0.625 /M** |
| Read request units (strongly consistent) | $0.25 /M | **$0.125 /M** |
Authoritative source, versioned and machine-readable:
```
https://pricing.us-east-1.amazonaws.com/offers/v1.0/aws/AmazonDynamoDB/current/region_index.json
```
**Affected:**
- [`chatbot/cost_estimate_widget.py`](https://github.com/aws-samples/sample-devgenius-aws-solution-builder/blob/main/chatbot/cost_estimate_widget.py)
**Fix:** #26
Storage (`$0.25/GB-month`) and provisioned rates were not affected by the cut and are unchanged in
that PR.
Guida per i contributori
Apri la guida per i contributori
Direzione di ricerca
Inizia in chatbot/cost_estimate_widget.py e confronta i valori di throughput on-demand di DynamoDB con la fonte dei prezzi AWS versionata all’URL nell’issue. Aggiorna le tariffe di scrittura e di lettura fortemente consistenti ai valori attuali, quindi verifica che le tariffe di storage e di capacità provisioned rimangano invariate.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- aws, python
- Ambito
- cloud
- Tipo di issue
- Bug
- Difficoltà
- 2/5
- Tempo stimato
- 1-3 ore
- Stato di attività
- Tranquilla
- Chiarezza
- Specificata chiaramente
- Idoneità per principianti
- 78/100