I still have one question stepping one step back: We can pretty much extract matching flavors by facilitating the API/SDK. Why are we now establising a second, potentially conflicting way by naming conventions? It is relatively easy to implement something like ``` def get-flavor(numcpus, amountram, more, more): [...] return flavor_name; ```