cloud computing 의 종류
Infrastructure-as-a-Service (IaaS)
The provider supplies virtual server instances, storage, and mechanisms for you to manage servers.
가상 컴퓨팅 서버, 스토리지, 서버 관리 툴 등의 인프라 제공. 예) AWS, GCP, Azure
사용자의 역할: OS-level configuration, building Application
Platform-as-a-Service (PaaS)
A platform of development tools hosted on a provider's infrastructure.
서비스 제공자의 인프라 위에 돌아가는 개발 플랫폼을 제공. 예) 카페24, GoDaddy, Heroku
사용자의 역할: building Application
Software-as-a-Service (SaaS)
A software application that runs over the Internet and is managed by the service provider.
인터넷에 오픈되어 운영되는 소프트웨어 앱을 제공. 예) Gmail, Microsoft Office
사용자는 UI를 통해서만 이용.
Last updated
Was this helpful?