Query to get cost usage per API request and identify the caller information

0

Is there a mechanism to identify the cost associated to every API call within a given account and track the source of the given API call?

  • Is there a way I can link both these datasets? I am trying to find if there is an efficient way you can link a cloudtrail log associated to API call to its billing usage.

AWS
質問済み 1年前426ビュー
1回答
0

The easiest solution to view the cost per API is probably to use AWS Cost Explorer [1]. You can then group the results by API calls. You can also use AWS CUR [2]. To track down the source, you will need to use AWS CloudTrail [3].

[1] https://www.wellarchitectedlabs.com/cost/100_labs/100_5_cost_visualization/1_cost_usage_service/

[2] https://docs.aws.amazon.com/cur/latest/userguide/what-is-cur.html

[3] https://aws.amazon.com/cloudtrail/

profile pictureAWS
エキスパート
回答済み 1年前
  • Is there a way I can link both these datasets? I am trying to find if there is an efficient way you can link a cloudtrail log associated to API call to its billing usage.

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ