0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

15日目:AWS無料枠使い倒し「コストエクスプローラーで料金を見える化」

0
Posted at

コストエクスプローラーで料金を見える化

予定コスト: $0.00(照会のみ)


✅ この記事でやること

サービス別・タグ別のコストを可視化。Budgetsと併用して異常検知。


✅ 前提(準備)

タグ運用(Environment/Project/Owner)。


月次コスト照会(例:12月)

期間・粒度・メトリクス指定で取得。

aws ce get-cost-and-usage --time-period Start=2025-12-01,End=2025-12-31 
  --granularity MONTHLY --metrics BlendedCost

サービス別集計(直近7日)

サービス別の傾向把握。

aws ce get-cost-and-usage --time-period Start=2025-12-01,End=2025-12-08 
  --granularity DAILY --metrics UnblendedCost --group-by Type=DIMENSION,Key=SERVICE

💡 豆知識 (Tips)

  • タグフィルタでプロジェクト別の異常検知
  • レポートのスケジュール配信でチーム共有

⚠️ 落とし穴

  • データ反映遅延を理解せず当日異常と誤認
  • タグ未整備で分析精度が低下

🧾 今日のコスト

$0.00(照会のみ)


✅ まとめ

  • 本日のゴールを確認
  • 無料枠を意識して運用
  • 次回に繋がるポイントを整理

✅ 次回予告(16日目)

「ECSでコンテナを動かしてみる」

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?