hystax / optscale

FinOps, MLOps and cloud cost optimization tool. Supports AWS, Azure, GCP, Alibaba Cloud and Kubernetes.
https://hystax.com
Apache License 2.0
1.18k stars 165 forks source link

how Reserved Instance (RI) and Savings Plan (SP) coverage, usage, expenses, and savings are rendered in the UI, including specific calculations for each #380

Closed josepheichers95 closed 1 week ago

josepheichers95 commented 2 weeks ago

@nexusriot -explanation on Savings Plan (SP) usage, Reserved Instance (RI) usage, expenses, savings, and total expenses, specifying how each calculated and represented in the AWS.

stanfra commented 2 weeks ago

Hi @josepheichers95, please take a look in code to find answers to your questions: backend: https://github.com/hystax/optscale/tree/integration/risp frontend: https://github.com/hystax/optscale/blob/integration/ngui/ui/src/pages/RiSpCoverage/RiSpCoverage.tsx

josepheichers95 commented 2 weeks ago

@stanfra - Can i get some brief explanation RI&SP Rather than code.

stanfra commented 1 week ago

@josepheichers95, no docs around this code, please take a look into it.