aicoe-aiops / cloud-price-analysis-public

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

CCO: Adding feature- data extraction #44

Closed AdiY10 closed 2 years ago

AdiY10 commented 2 years ago

Instance prices rarely change when it comes to on-demand instances and every few hours for spot instances. Therefore, retrieving information from AWS is done by default once a day, in order for the Optimizer to run as fast as possible, and because of the low rate at which prices change. On the other hand, the customer should be able to choose whether AWS information is pulled each time the Optimizer is activated, or once a day as it is currently done. A feature that allows the user to choose the way of the data should be added

AdiY10 commented 2 years ago

Performed in PR #50