/aws/prices/search

POST /api/aws/prices/search

Price: 1 credit

Search published EC2 rates in one AWS region. Every rate carries its price and unit alongside the instance type it belongs to and that type's vCPU count, memory, storage, network performance and physical processor. Narrows by on-demand against reserved, tenancy, guest operating system, bundled software, licensing arrangement, reserved commitment length, payment option and offering class, by current against previous instance generations, and by instance type, family, workload category and vCPU or memory bounds.

How to use it

Rates are published per region and this endpoint answers for one at a time; pass the region code from aws/regions. Leaving a rate dimension unset widens the answer rather than picking a default, so an unconstrained call returns Linux and Windows, shared and dedicated, on-demand and reserved rates together — constrain `term_type`, `operating_system` and `tenancy` when you want one comparable set. Reserved rates arrive as two rows per commitment, one in `Quantity` for the upfront amount and one in `Hrs` for the recurring rate, so read `unit` before summing. `current_generation` unset also brings back the previous-generation types, which are absent from most instance listings. Spot prices are not part of this catalogue.

Parameters

Request body

Response

Errors

Response headers