http://developer.amazonwebservices.com/connect/thread.jspa?threadID=26865
The usage reports show the internal naming for the usage types we meter from the service, whereas the bill and the http://aws.amazon.com/s3 page show the customer friendly names. Here’s the translation…
C3DataTransfer-In-Bytes is data transferred from EC2 to S3
C3DataTransfer-Out-Bytes is data transferred from S3 to EC2
DataTransfer-Out-Bytes is data transferred out of S3 (non-EC2)
DataTransfer-In-Bytes is data transferred in to S3 (non-EC2)
Requests-Tier1 is for PUT , COPY, POST , or LIST requests
Requests-Tier2 is for GET and all other requests (except DELETE)
Requests-NoCharge is for DELETE requests
TimedStorage-ByteHrs is for storage
More on Billing:
http://developer.amazonwebservices.com/connect/thread.jspa?messageID=149952
Its great that I can download my billing reports in both CSV and XML format. But for the life of me I can not find a schema that precisely describes the billing reports (with its namespace, etc.). My boss is an accounting business manager and he does not write code as a developer but he’s got a technical background and he asked me for a document from AWS on how to read billing reports. He reports to the CFO and therefore he needs to know how to parse these reports. I find it surprising that Amazon hasn’t made a simple schema available or some sort of document for non-developers to help them understand how to interpret billing report. For example where is the XML schema for this excerpted EC2 billing report?