awslabs / amazon-dynamodb-tools

Tools to make effective use of DynamoDB easier.
Apache License 2.0
113 stars 24 forks source link

Allow capacity reservation amounts as input in reco tool #12

Open tsoliman opened 1 year ago

tsoliman commented 1 year ago

Overview

Currently the reco tool takes in the CUR data as input and outputs both a RC recommendation and statistics about the savings from the RC vs OD.

It would be useful if the reco tool takes in both the CUR data and RC information and outputs the statistics about the savings. This would help demonstrate savings for actual RCs as well as allow what-if scenarios.

Current Behavior for plaintext output

Desired Behavior for plaintext output

Edge Case suggestions

I generally favor erroring loudly when edge cases happen, the first suggestion is an exception to that.