Amazon offers 750 hours of EC2 linux and windows instances per month in "free tier". Is there any way to see my "free tier" summary?
For example: "you used 153 out of 750 hours" ?
Not exactly, but you could create an alert when you exceed the free tier like I created an alert when the total AWS charges exceeds the minimum amount say 0.01$
, that should be good.
Please follow the instruction on this link to create an alert.
Some work arounds.
Way #1
you need enable programmatic access to aws billing data and save the billing data to nominated S3 bucket. Billing file format is csv. The document is here:
http://aws.amazon.com/blogs/aws/new-programmatic-access-to-aws-billing-data/
then run s3 sdk or awscli command to download these billing csv file to your local disk. You can program another code to read these csv files to get the information and generate report for your own request.
Way #2
using gem amazon-pricing to get the billing