Is there a way to pull out AWS EC2 bill usage ? Does amazon provide us with any REST API to get this data

StackOverflow https://stackoverflow.com/questions/12951390

Question

We would like to manage AWS users billing cycles. Does AWS provide an API to get this informtation programmatically ?

Was it helpful?

Solution

Using Cloudwatch, you can get Billing Alerts. You will be notified by SNS when your billing gets above your defined limits. Read more about this in this blog post or in the documentation. Of course you can also use the CloudWatch API to get custom reports using this data.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top