記事:
記事:
記事:
記事:
AWSに習熟している自分が、個人的に感じた点:
メリット:
デメリット:
記事:
gcloud auth login gcloud auth application-default login gcloud config set project billing bq query --use_legacy_sql=false --quiet ' select invoice.month as invoice_month, project.name as project, round(SUM(cost) + SUM(IFNULL((SELECT SUM(c.amount) FROM UNNEST(credits) c), 0))) as total, currency from billing.billing.gcp_billing where invoice.month = "202502" and cost >= 0.01 group by invoice_month, project, currency order by invoice_month, project, currency '