EBS Pricing

Python Open Source
Cover image

What is this and why does it exist?

This repo creates/updates ebs_pricing.json - an automatically-updated source for AWS EBS (Elastic Block Storage) Pricing information that can be used programmatically.

This JSON encapsulates the data needed to calculate the cost of EBS volumes programmatically, based on information you can obtain from EC2 API, without needing to wade through the Pricing API.

To download the current ebs_pricing.json:

curl https://cloudkeep-io.github.io/ebs-pricing/ebs_pricing.json

Data can be viewed as HTML here.

For more info

Visit our GitHub Page