Skip to content

Releases: awslabs/amazon-dynamodb-tools

reco: reco-v1.1.4 - Updated pricing for global tables writes

20 Nov 17:30
b547464
Compare
Choose a tag to compare

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

Full Changelog: reco-v1.1.3...reco-v1.1.4

reco: v1.1.3 Added pricing for Israel (Tel Aviv) and Middle East (UAE)

24 Jul 17:02
28483cd
Compare
Choose a tag to compare

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

20 Mar 22:11
f3a2a2b
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: reco-v1.1.1...reco-v1.1.2

reco: v1.1.1 adds 3yr RC prices for three regions

24 Feb 21:10
Compare
Choose a tag to compare

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

21 Dec 17:24
efe6839
Compare
Choose a tag to compare

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

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