How can I script an alert for when my Amazon Web Service usage goes above a certain amount?
        Posted  
        
            by frabcus
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by frabcus
        
        
        
        Published on 2010-03-02T11:20:50Z
        Indexed on 
            2010/04/13
            20:12 UTC
        
        
        Read the original article
        Hit count: 501
        
We're using S3, SimpleDB and SQS on quite a complicated project.
I'd like to be able to automatically track their usage, to be sure we don't suddenly spend large amounts of money when we didn't intend to (perhaps because of a bug).
Is there a way of reading the usage figures of all Amazon Web Services and/or the current real time dollar cost of an account from a script?
Or any service or script which provides alerts based on that?
© Stack Overflow or respective owner