Applatix / claudia

Other
39 stars 11 forks source link

Some AWS products showing up in Marketplace #5

Open jessesuen opened 7 years ago

jessesuen commented 7 years ago

In https://github.com/Applatix/claudia/issues/4#issue-261765591, we can see some AWS products showing up under the Marketplace service instead of their own. Specifically, CodeBuild and ElasticMapReduce. There may be others. The current logic keys off of the word Amazon or AWS in the service name to decide if it is an Amazon vs. marketplace product. It seems that for these products, Amazon does not include either of those words, so it fell into marketplace.

jessesuen commented 7 years ago

I think the heuristic can be changed if the product code is a high entropy string (of a specific or minimum length), it is a marketplace product.