reserved-instance-breakeven
ActiveTool of Utility Matrix
declared in 1.1.0
Use this when a user asks whether to buy Reserved Instances or stay on On-Demand, or how long until an RI pays for itself. Takes On-Demand and RI monthly costs plus upfront fee. Returns break-even month and net savings over 1yr and 3yr terms.
Parameters schema
{
"type": "object",
"required": [
"od_monthly",
"ri_1yr_monthly",
"ri_3yr_monthly"
],
"properties": {
"od_monthly": {
"type": "number"
},
"ri_1yr_monthly": {
"type": "number"
},
"ri_1yr_upfront": {
"type": "number"
},
"ri_3yr_monthly": {
"type": "number"
},
"ri_3yr_upfront": {
"type": "number"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Utility Matrix
1/7 registries