AWS Cost Tracking

0

We have migrated five applications onto to AWS cloud (lift & shift) last year. We use most of the main AWS services, reserved and on-demand instances, RDS, ACM, SSM, etc. How do we track the cost of each application?

質問済み 7ヶ月前269ビュー
3回答
1
承認された回答

Hello.

AWS Cost Explorer: AWS Cost Explorer is a built-in tool that provides a comprehensive view of your AWS spending. You can use it to filter and analyze costs based on various dimensions, including tags, service usage, and time intervals. To track costs by application, you can create custom tags for your resources and allocate them to specific applications. Then, use these tags to filter your cost data.

Best regards, Andrii

profile picture
エキスパート
回答済み 7ヶ月前
1

Tagging the resources is the key and then using those tags as Cost Allocation tags. This is a good starting point: Cost Allocation Blog Series #1: Cost Allocation Basics That You Need to Know.

This is another good resource: Best Practices for Tagging AWS Resources.

profile pictureAWS
エキスパート
kentrad
回答済み 7ヶ月前
profile pictureAWS
エキスパート
レビュー済み 7ヶ月前
1

Another option would be to run each application in its own account, or even group of accounts. One common pattern is to have a separate account for each environment of an application; i.e. one for production, one for QA, one for development, etc. AWS Organizations will let you consolidate those accounts' usage into a single bill that's split by account, and you can use Cost Explorer as previously mentioned for visualization on the fly.

AWS
Mike S
回答済み 7ヶ月前

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

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

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

関連するコンテンツ