Tips

パーティションを意識する

athena は scan した量に応じて課金されるので、大量のデータをスキャンしないように 年月の where 句を必ず入れて実行しましょう。

WHERE year = '2020'
  AND month = '7'

数行のサンプル見る

select *
from ${table}
limit 10;

よく見るカラム

カラム説明

  • line_item_blended_cost = blended_rate * usage_amount
  • line_item_line_item_type
  • product_product_name (description)
  • line_item_product_code (code)
  • line_item_resource_id どのリソースに請求が紐付いているかがわかります