Finding prices in an offer file
The AWS Price List Bulk API provides prices for all AWS products for informational purposes, including On-Demand and Reserved Instance pricing.
You can use the offer files to find the prices and terms for a specific product. For example, you can find a list of Amazon EC2 instance prices.
The AWS Price List Bulk API is not a comprehensive source for limited period Free Tiers, such as AWS Free Tier pricing. For complete information on Free Tier prices, see AWS Free Tier
Use the following procedures to find prices for the products you're interested in.
Topics
Finding On-Demand prices for services
The following procedure shows how to find On-Demand prices for services (for example, Amazon EC2).
To find an On-Demand price using the csv file
-
Download the csv file for the service.
-
Open the csv file with your program of choice.
-
Under the TermType column, filter to show OnDemand.
-
Find the usage type and operation of your choice.
-
In the PricePerUnit column, see the corresponding price.
To find an On-Demand price using the JSON file
-
Download the JSON file for the service.
-
Open the JSON file with your program of choice.
-
Under terms and On-Demand, find the SKU of interest.
If you don't know the SKU, search under products for the usage type and operation.
-
See the pricePerUnit to find the corresponding On-Demand price for the SKU.
Finding tiered prices for services
The following procedure shows how to find tiered prices for services (for example, Amazon S3).
To find tiered prices for services using the csv file
-
Download the csv file for the service.
-
Open the csv file with your program of choice.
-
Under the TermType column, filter to show OnDemand.
-
Find the usage type and operation of your choice.
-
In the PricePerUnit column, see the corresponding price for each StartingRange and EndingRange.
To find tiered prices for services using the JSON file
-
Download the JSON file.
-
Open the JSON file with your program of choice.
-
Under terms and On-Demandfind the SKU of interest.
If you don't know the SKU, search under products for the usage type and operation.
-
Under each beginRange and endRange, see the pricePerUnit to find the corresponding tiered prices.
Finding tiered prices for services with free tier
The following procedure shows how to find AWS services that publish free tier prices in the AWS Price List Bulk API (for example, AWS Lambda).
All Free Tier prices are subject to the terms documented in AWS Free Tier
To find prices for services with free tier using csv
-
Download the csv file for the service.
-
Open the csv file with your program of choice.
-
Under the TermType column, filter to show OnDemand.
Under the Location column, filter to show Any.
Any does not represent all AWS Regions in this scenario. It is a subset of Regions defined by other line items in the csv file, with a RelatedTo column matching the SKU for the location Any entry.
-
To find a list of all eligible locations and products for a given Free Tier SKU, find the Free Tier SKU under the RelatedTo column.
To find the covered usage by Free Tier across all eligible locations, see the StartingRange and EndingRange for the location Any.
Example
This example assumes there are no more entries in the price file where RelatedTo equals to the SKU ABCD
.
The free tier offer with SKU ABCD
is valid in Regions Asia Pacific (Singapore)
and US East (Ohio)
, but not in AWS GovCloud (US)
. The covered usage by Free Tier is 400,000 seconds total, used across both eligible Regions.
SKU | StartingRage | EndingRange | Unit | RelatedTo | Location |
---|---|---|---|---|---|
ABCD |
0 |
400000 |
seconds |
Any |
|
QWER |
0 |
Inf |
seconds |
ABCD |
Asia Pacific (Singapore) |
WERT |
0 |
Inf |
seconds |
ABCD |
US East (Ohio) |
ERTY |
0 |
Inf |
seconds |
AWS GovCloud (US) |
To find tiered prices for services with free tier using the JSON file
-
Download the JSON file for the service.
-
Open the JSON file with your program of choice.
-
Under products, find the usagetype with the Region prefix Global.
-
Take note of the SKU and look for the same SKU under terms and OnDemand.
-
For the amount of Free Tier usage, see the BeginRange and EndRange .
For a list of products and Regions covered by Free Tier, see appliesTo.
Finding prices for services with reserved instances
The following procedure shows how to find prices for services with Reserved Instances (for example, Amazon RDS).
To find an Reserved Instance using the csv file
-
Download the EC2 csv file for the service.
-
Open the csv file with your program of choice.
-
Under the TermType column, filter to show reserved.
-
Find the usage type and operation of your choice.
-
For each LeaseContractLength, PurchaseOption, and OfferingClass, see the PricePerUnit column for the corresponding price .
To find an prices for Reserved Instance using the JSON file
-
Download the JSON file for the service.
-
Open the JSON file with your program of choice.
-
Under terms and Reserved, find the SKU of interest.
If you don't know the SKU, search under products for the usage type and operation.
You can find prices for all LeaseContractLength, PurchaseOption, and OfferingClass for the same product.