User Tools

Site Tools


devops:cloud

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
devops:cloud [2023/11/01 07:15] – removed - external edit (Unknown date) 127.0.0.1devops:cloud [2023/11/01 07:15] (current) – ↷ Page moved from camunda:devops:cloud to devops:cloud skipidar
Line 1: Line 1:
 +===== Cloud =====
 +
 +==== Business Models ====
 +
 +== IAAS (Infrastructure As A Service) : ==
 +  * The base layer
 +  * Deals with Virtual Machines, Storage (Hard Disks), Servers, Network, Load Balancers etc
 +  * e.g. Amazon AWS Cloud
 +
 +== PAAS (Platform As A Service) : ==
 +  * A layer on top of IAAS
 +  * Runtimes (like java runtimes), Databases (like mySql, Oracle), Web Servers (tomcat etc)
 +  * E.g. Azure, Google App Engine
 +
 +== SAAS (Software As A Service) : ==
 +  * A layer on top on PAAS
 +  * Applications like email (Gmail, Yahoo mail etc), Social Networking sites (Facebook etc)
 +  * e.g. Photoshop Online, Office 365
 +
 +== CAAS (Container As A Service) : ==
 +  * Provides (Docker) Container Hosting, Monitoring
 +  * e.g. DockerDataCenter, Amazon EC2 Container Service 
 +