From 5c4687813afa3d229316318c104b28c4ede42cca Mon Sep 17 00:00:00 2001 From: sinmetal Date: Thu, 30 May 2019 18:44:14 +0900 Subject: [PATCH] =?UTF-8?q?GCP=E3=81=AE=E9=87=91=E9=8A=AD=E6=84=9F?= =?UTF-8?q?=E8=A6=9A=E3=82=92=E9=A4=8A=E3=81=86=E3=82=A2=E3=82=A6=E3=83=88?= =?UTF-8?q?=E3=83=A9=E3=82=A4=E3=83=B3=E3=82=92=E6=9B=B8=E3=81=84=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- general/note/sense-of-money/README.md | 47 +++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 general/note/sense-of-money/README.md diff --git a/general/note/sense-of-money/README.md b/general/note/sense-of-money/README.md new file mode 100644 index 0000000..0f68f93 --- /dev/null +++ b/general/note/sense-of-money/README.md @@ -0,0 +1,47 @@ +# GCPの金銭感覚を養う + +tag["billing"] + +## GCPの料金の大まかな種類 + +* 存在するだけで料金がかかるもの +* 利用する度に料金がかかるもの + +### 存在するだけで料金がかかるもの + +### 利用する度に料金がかかるもの + +## GCPの料金の確認方法 + +* Billing Report +* Billing Alert + +Billingが反映させるまでのタイムラグ + +## 料金を跳ね上げてしまう可能性があるプロダクトと操作 + +### Stackdriver Logging + +### BigQuery + +### Cloud Storage + +### GPU + +### Dataflow + +## 料金を節約するテクニック + +### BigQuery + +### Cloud Storage + +### Compute Engine + +### Kubernetes Engine + +### マシンスペックが必要な処理 + +## 闇の料金節約テクニック + +### Firestore \ No newline at end of file