aicoe-aiops / cloud-price-analysis-public

GNU General Public License v3.0
18 stars 17 forks source link

CCO: predict the future spot interruption rates #41

Open ilya-kolchinsky opened 2 years ago

ilya-kolchinsky commented 2 years ago

Different spot instance types are characterized by different interruption rates which are subject to change over time. When considering the reliability of the proposed deployment (#40), the optimizer should consider the future projected interruption rates. To that end, a time series forecasting solution utilizing historical data to predict future trends has to be implemented.

ilya-kolchinsky commented 2 years ago

Next, examine the mechanism by which the optimizer will not necessarily offer the cheapest instance, but the most efficient one - which its cost will be greater per hour of work, but it will work in less time than the cheapest instance.

This is not related to this issue and should be stated as a separate one.