You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 27, 2023. It is now read-only.
As a user, I want to be able to define rates that use tiers so that I can replicate costs in the cloud.
Impacts
API, Docs
Role
Engine
Assumptions
Tiers are defined in a way that no overlap exist.
Acceptance Criteria
User rates some consumption with a rate that uses tiers, and tiers are applied properly
Rate are defined as a group of tiers (that can go to Infinite).
TierUnit: the Unit that defines what tiers are we using. If it does not exist (nil), it is the variable Unit.
Tiers are defined as components of an SKU price in AWS, modified by an offerTermCode (Tier == OfferTerm)
BeginRange: Integer
EndRange: Integer (can be Infinite - Inf)
Unit: The Unit for the input value (i.e. Quantity, Dollar)
PricePerUnit: variable price to be used
PriceFixed: fixed price to be used (AWS refers to it as quantity = 1, and a price)