Amazon aws usage billing

Suppose you have an aws application and you want to charge customers a storage fee for every gb they use. is there any way to get this information from amazon or to collect it yourself if you use your own aws account for this (clients do not have amazon aws accounts).

for example: 10gb spent at the end of the month. must charge it. How to find out what to expose to each of 5 clients?

Can Amazon give this information? if Amazon cannot provide this, how to do it? same issue for storage / bandwidth and processing time.

basically do what the amazon does: P

even if it’s difficult, how to ensure if you sell a package of 1 GB / month (storage example) that the client doesn’t go through. any patterns to handle this (as in the code patterns that I can use)?

+5
source share
1 answer

Amazon provides a service that I think is doing exactly what you want to call “DevPay,” which has the ability to track and pay for S3 users to use.

http://aws.amazon.com/devpay/

From the DevPay documentation:

"Amazon DevPay - , , Amazon Web Services. ".

- , ...

+7

All Articles