find_available_regions
Find all cloud regions where a specific service or instance type is available, with prices sorted from lowest to highest. Optionally include a baseline region for price comparison.
Instructions
Find all regions where a specific service/instance type is available, cheapest first.
Args: spec: PricingSpec dict (same as get_price). The region field is overridden per comparison — pass any region in the spec. regions: Region codes to check. Omit for major regions. Pass ["all"] to search every available region. baseline_region: Optional region for delta comparison.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spec | Yes | ||
| regions | No | ||
| baseline_region | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||