Also for some GCP regions, if I make a call to get an instance's price, it doesn't seem to find a price for that region. I.e. query {
products(
filter: {
vendorName: "gcp",
service: "Compute Engine",
productFamily: "Compute Instance",
region: "us-west3",
attributeFilters: [
{ key: "machineType", value: "a2-highgpu-1g" }
],
},
) {
prices(
filter: {
purchaseOption: "on_demand"
},
) { USD, purchaseOption, unit }, region, attributes { key value }
}
}