Skip to main content

Tedshd's Dev note

Google Cloud Platform - Study Log

Table of Contents

# Google Cloud Platform - Study Log

## Intro

之前有幸參加亞太區 Google Cloud Platform 發表會, 聽完後就有點心動(因為價錢低於 AWS), 但ㄧ直沒時間研究怎麼用就這樣拖了很久…

加上之前用的網路空間不穩又常常換硬體主機, 換完就要重建帳號很麻煩(雖然是免費的, 但去常常在假日跟我一起休息…)

所以打算把 demo code 和一些小東西丟到 GCP 試試, 改用 GCP(開始要花錢了…)

## Service type

### Compute Engine

Google Compute Engine

簡單說就是 AWS 的 EC2

就是在上面 run VM 開 web service 的服務

## Usage for me

f1-micro (vCPUs: shared, RAM: 0.60 GB) * does not support local SSD - 10GB storage

這樣 USD 5, 不含流量

但基本上對外流量是 1GB USD 0.01

所以還好

GCP 還有個優勢就是利用它呼叫 Google service 的 API(Map, youtube…) 是不算流量的(free!)

  1. 先開個 VM

螢幕快照 2015-09-29 下午4.13.09.png

  1. 設定 SSH key

螢幕快照_2015-09-29_下午8_00_04.png

  1. 設定成靜態 IP, 這跟 AWS 一樣有組靜態 IP, 設定綁完給 VM 用就不會再算錢

螢幕快照_2015-09-29_下午8_00_18.png

  1. 如果別人要 SSH 進來的話, 就到中繼資料加 key

螢幕快照 2015-09-29 下午4.12.37.png

## Some help data

首頁

Google Cloud Computing, Hosting Services & Cloud Support — Google Cloud Platform

價錢計算機

Google Cloud Platform Pricing Calculator - Google Cloud Platform

Compute Engine 計價方式

Google Compute Engine Pricing - Compute Engine - Google Cloud Platform

流量計價方式