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)?
source
share