amazon web services - How can we generate individual billings for customers according to there usage in AWS? -


I have a single AdWords account. I have many clients who have AVS services such as AC2 example, abb, auto scaling, etc. are using it.

How can I create personal bills according to the use of a single customer?

Note: I can not create more than one sub account in ADS.

Any other suggestions ??

You can all specify and use the cost allocation tag for resource allocation. For each billing entity a tag should probably do what you want.

You can use the cost allocation tag to classify and track your AWS costs. When you apply tags in your AWS resources (such as Amazon EC2 example or Amazon S3 bucket), AWS prepares a cost allocation report in the form of CoP-Separated Value (CSV file), which will be used by you Costs collected by your tags.

You can apply tags that represent business categories (such as cost center, application name or owner) to organize your costs. >

Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -