Releases: awslabs/amazon-dynamodb-tools
reco: reco-v1.1.4 - Updated pricing for global tables writes
What's Changed
- Updating rWCU prices for provisioned mode by @switch180 in #42
- updated reco/config.py, line 23 to add the missing colon by @sbobcataws in #44
Note: The tool doesn't use the rWCU pricing data, but it's configured so we needed to make the update.
New Contributors
- @sbobcataws made their first contribution in #44
Full Changelog: reco-v1.1.3...reco-v1.1.4
reco: v1.1.3 Added pricing for Israel (Tel Aviv) and Middle East (UAE)
What's Changed
- Update config.py (TLV Region) by @irmitz in #38
- TLV and DXB pricing added
- rWCU cost added to multiple regions
New Contributors
Full Changelog: reco-v1.1.2...reco-v1.1.3
reco: v1.1.2 removed old 3yr RI and fix day calculation
Use this release if you want to make sure the recommendations given are only those officially listed on the pricing page for DynamoDB. This release removes the 3yr CMH/Ohio RI which is available on the API as of the time of release but not officially offered on the product pricing page for DynamoDB.
What's Changed
- Removing CMH 3 yr RI by @switch180 in #30
- Fix reco count days correctly by @h-minamiohtsu in #15
New Contributors
- @h-minamiohtsu made their first contribution in #15
Full Changelog: reco-v1.1.1...reco-v1.1.2
reco: v1.1.1 adds 3yr RC prices for three regions
Release notes
Update to the latest version. We have added pricing data from EU West 2, US East 2, and CA Central 1 for 3 yr reservations. These aren't on the pricing page, but discoverable in the management console. Issue #13
Full Changelog: https://github.com/awslabs/amazon-dynamodb-tools/compare/reco-v1.1.1..reco-v1.1.0
Release
run git clone to download the latest version:
git clone https://github.com/awslabs/amazon-dynamodb-tools.git --branch reco-v1.1.1
If you already have the code, fetch and switch to the latest release:
git fetch && git checkout -B reco-v1.1.1
and then you should see the output: Switched to and reset branch 'reco-v1.1.1'
reco: v1.1.0 adds support to exclude S-IA table class from calculations
Notes on this first reco release
We are moving to a release-based format for the reco tool to allow development without affecting mainline contributors, which is important considering this this tool helps inform large purchase decisions for reserved capacity.
What's Changed
- Initial release of reco tool @switch180 in #3
- Fix standard-IA pattern matching to remove it from reco calculations by @switch180 in #10
New Contributors
- @switch180 made their first contribution in #3
Full Changelog: https://github.com/awslabs/amazon-dynamodb-tools/commits/reco-v1.1.0
Release
run git clone to download the latest version:
git clone https://github.com/awslabs/amazon-dynamodb-tools.git --branch reco-v1.1.0