find_cheapest_region
Compare cloud service prices across multiple regions to find the cheapest option, with price delta information.
Instructions
Find the cheapest region for any cloud service.
Queries pricing concurrently across regions and returns results sorted cheapest first, with the price delta between cheapest and most expensive regions.
Args: spec: PricingSpec dict (same as get_price). The region field is overridden for each comparison — pass any region in the spec. regions: List of region codes to compare. Omit for major regions (faster). Pass ["all"] to search every available region (slow on first run without cache). baseline_region: Optional region for delta comparison, e.g. "us-east-1".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spec | Yes | ||
| regions | No | ||
| baseline_region | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||