Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Script for On Demand vs. Reservation Analysis #459

Open
afleisc opened this issue Oct 1, 2024 · 0 comments · May be fixed by #460
Open

Add Script for On Demand vs. Reservation Analysis #459

afleisc opened this issue Oct 1, 2024 · 0 comments · May be fixed by #460
Labels
enhancement New feature or request

Comments

@afleisc
Copy link
Collaborator

afleisc commented Oct 1, 2024

Some workloads are more cost efficient in one model or the other.

  • Analyzing on-demand -> reservation can be calculated by (tb_billed * on_demand_rate). Comparing this value to purely autoscaling can be safe indication that the project will be cheaper in reservation model.

  • Analyzing reservation -> on-demand is more complex because it must analyze the current baseline + autoscaling setup and compare it to on-demand cost.

Add one script or separate scripts that compare the models and provide ddl across an organization

@afleisc afleisc added the enhancement New feature or request label Oct 1, 2024
@afleisc afleisc linked a pull request Oct 2, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant