Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any API available for AWS Pricing Calculator

Is there any API available for https://calculator.aws/#/ ?

like image 225
Thava Avatar asked Oct 13 '25 00:10

Thava


1 Answers

There is no API for the AWS Pricing Calculator.

There is an AWS Price List API that can provide pricing for individual resources, but you would then need to multiply the individual costs based upon intended usage (eg 12 hours @ $0.10 per hour).

like image 116
John Rotenstein Avatar answered Oct 15 '25 08:10

John Rotenstein