Price model | Description | Example |
---|---|---|
Unit | A simple, linear price that scales with the total units of usage. | $0.80 per API request |
Tiered | The cost of a unit depends on the tier range it falls into. Normally, each incremental unit will get cheaper as usage hits reach higher tiers. | $5 per GB for the first 100GB, $10 per GB thereafter |
Bulk | The total number of units determines the cost of all units. Typically, reaching a higher tier value will decrease the price per unit. | $0.20 per page processed, discounted to $0.10 per page if 10,000 pages consumed |
Package | Units are rounded up to a specified granularity level for pricing. | $1 per 100 asynchronous jobs |
BPS | Configure a basis-points take rate and maximum price per transaction. Also available in bulk and tiered configurations. | $0.20 per payment processed |
Matrix | Configure a grid of unit prices for each combination of properties (limited to 2 dimensions). Note: Matrix price models are deprecated and only supported for legacy accounts. For all new implementations, we recommend using Dimensional Pricing, which offers improved performance and supports an unlimited number of dimensions. | $0.05/GB for cold storage / us-east-1 $0.08/GB for hot storage / us-east-1 $0.03/GB for cold storage / us-west-1 $0.08/GB for hot storage / us-west-1 |