Is there a way to get AWS pricing programmatically (cost per hour of each instance type, cost per GB/month of storage on S3, and etc)?
Also, are there cost monitorin
If you're using Go, I wrote a package to decode the data into a struct, based on the files linked to in @okrasz's answer
https://github.com/recursionpharma/ec2prices
Feel free to contribute with more pricing data.