aicoe-aiops / cloud-price-analysis-public

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

CCO: Incorrect price calculation occurs when components which cannot be supplied by AWS are requested #52

Closed AdiY10 closed 2 years ago

AdiY10 commented 2 years ago

The optimizer recently experienced a glitch where prices weren't calculated correctly when a customer is asking an instance that cannot provide all of the resources the costumer's component requires (CPU / Memory, etc. )- that is, customer requests more CPUs than any instance can provide (for example, the component needs 100 CPUs, but the largest instance currently has only 96 CPUs). As a result, the optimizer returns the best result for the other components, but ignores the large machine - without returning any error.

AdiY10 commented 2 years ago

Fixed in PR #53