無料でGCPを使おう(その2)

こんにちは。ヒラヤマンです。

今回紹介するのは、無料で使えるGoogle Cloud Shellです。
これはプロジェクトごとに用意されている無料のインスタンスで、アプリのデプロイや各種コマンドラインでのGCPを制御するコマンドなどが使えて重宝します。

使い方もとても簡単で、コンパネの右上に常に表示されているアイコンをクリックするだけです。

するとブラウザの下部にターミナルが表示されます

スペックはあまり良いものではありませんが、作業をする程度であれば問題ないと思います。

$ cat /proc/cpuinfo 
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 62
model name      : Intel(R) Xeon(R) CPU @ 2.50GHz
stepping        : 4
microcode       : 0x1
cpu MHz         : 2500.000
cache size      : 30720 KB
physical id     : 0
siblings        : 1
core id         : 0
cpu cores       : 1
apicid          : 0
initial apicid  : 0
fpu             : yes
fpu_exception   : yes
cpuid level     : 13
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc eagerfpu pni pclmulqdq ssse3 cx16 sse4_1 sse4_2 x2apic popcnt aes xsave avx f16c rdrand hypervisor lahf_lm xsaveopt fsgsbase tsc_adjust smep erms
bogomips        : 5000.00
clflush size    : 64
cache_alignment : 64
address sizes   : 46 bits physical, 48 bits virtual
power management:

$ free -m
             total       used       free     shared    buffers     cached
Mem:           594        466        127          0         20        214
-/+ buffers/cache:        231        362
Swap:          767          0        767

では、また次回

コメントを残す

メールアドレスが公開されることはありません。

Time limit is exhausted. Please reload CAPTCHA.