aws-samples / aws-samples/sample-devgenius-aws-solution-builder
DynamoDB on-demand pricing is stale (2x too high) - fix in #26
- Ngôn ngữ chính
- Python
- Star
- 249
- Fork
- 67
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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.
Hướng dẫn đóng góp
Hướng nghiên cứu
Bắt đầu trong chatbot/cost_estimate_widget.py và so sánh các giá trị thông lượng theo nhu cầu của DynamoDB với nguồn giá AWS được lập phiên bản tại URL trong issue. Cập nhật mức giá ghi và đọc nhất quán mạnh thành các giá trị hiện tại, sau đó xác minh rằng mức giá lưu trữ và mức giá được cấp phát vẫn không thay đổi.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- aws, python
- Lĩnh vực
- cloud
- Loại issue
- Lỗi
- Độ khó
- 2/5
- Thời gian dự kiến
- 1-3 giờ
- Mức độ hoạt động
- Ít trao đổi
- Độ rõ ràng
- Đặc tả rõ ràng
- Mức phù hợp với người mới
- 78/100