Compare one price across regions (no account needed)
compare_regionsCompare the same thing's price across AWS regions, cheapest first.
Use this when a user asks where something is cheapest, or what moving a workload
to another region would cost. `match` should be specific enough to identify one
priced thing, for example `t3.medium` or `gp3`.
`regions` limits the comparison; omit it to compare across every region the book
covers. Regions where the thing is not offered are listed separately rather than
silently dropped, because "not available there" is usually the more important
answer.
Region choice is rarely only about price. Data residency, latency to users, and
which services exist in a region all matter, and this tool speaks to none of them.
A cheaper region that cannot legally hold the data is not an option.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| match | Yes | ||
| regions | No | ||
| service | Yes | ||
| quantity | No |