[Google] Compute engine과 App engine의 차이

[Google] Compute engine과 App engine의 차이


Google Compute Engine
  • Iaas(Infrastructure as a Service)
  • 직접 VM instance를 만들고 관리 해야함
  • App Engine보다  flexibility하고 가격도 저렴하다


Google App Engine 
  • Paas(Platform as a Service) 
  • 간단히 코드를 deploy 할 수 있음
  • 예를들어, 만약 app이 성공적으로 크면, App Engine은 자동적으로 instance를 만듬
    또  traffic이 줄어들면 자동적으로 instance를 줄임 (15분동안 쓰지 않으면)
  • 단점 Python, JAVA, PHP, NodeJS, 등등 몇가지 언어만 사용 가능

댓글

이 블로그의 인기 게시물

[Python] # -*- coding: utf-8 -*-를 쓰는 이유

[소프트웨어공학] NS(Nassi-Schneiderman) 차트

[컴퓨터네트워크] Telnet이란?