Cloud Computing Deployment Models
Cloud Computing Deployment Models
searchcloudcomputing.techtarget.com/definition/cloud-computing
Cloud computing is a general term for anything that involves delivering hosted services over
the Internet. These services are broadly divided into three categories: Infrastructure-as-a-
Service (IaaS), Platform-as-a-Service (PaaS) and Software-as-a-Service (SaaS). The name
cloud computing was inspired by the cloud symbol that's often used to represent the
Internet in flowcharts and diagrams.
A cloud service has three distinct characteristics that differentiate it from traditional web
hosting. It is sold on demand, typically by the minute or the hour; it is elastic -- a user can
have as much or as little of a service as they want at any given time; and the service is fully
managed by the provider (the consumer needs nothing but a personal computer and
Internet access). Significant innovations in virtualization and distributed computing, as well
as improved access to high-speed Internet, have accelerated interest in cloud computing.
A cloud can be private or public. A public cloud sells services to anyone on the Internet.
(Currently, Amazon Web Services is the largest public cloud provider.) A private cloud is a
proprietary network or a data center that supplies hosted services to a limited number of
people. Private or public, the goal of cloud computing is to provide easy, scalable access to
computing resources and IT services.
In the public cloud model, a third-party cloud service provider delivers the cloud service over
the internet. Public cloud services are sold on demand, typically by the minute or hour,
though long-term commitments are available for many services. Customers only pay for
the CPU cycles, storage or bandwidth they consume. Leading public cloud service providers
include Amazon Web Services (AWS), Microsoft Azure, IBM and Google Cloud Platform.
A hybrid cloud is a combination of public cloud services and an on-premises private cloud,
with orchestration and automation between the two. Companies can run mission-critical
workloads or sensitive applications on the private cloud and use the public cloud to handle
1/5
workload bursts or spikes in demand.The goal of a hybrid cloud is to create a unified,
automated, scalable environment that takes advantage of all that a public cloud
infrastructure can provide, while still maintaining control over mission-critical data.
Self-service provisioning: End users can spin up compute resources for almost any
type of workload on demand. This eliminates the traditional need for IT administrators
to provision and manage compute resources.
2/5
Elasticity: Companies can scale up as computing needs increase and scale down
again as demands decrease. This eliminates the need for massive investments in local
infrastructure, which may or may not remain active.
Pay per use: Compute resources are measured at a granular level, enabling users to
pay only for the resources and workloads they use.
Workload resilience: Cloud service providers often implement redundant resources
to ensure resilient storage and to keep users' important workloads running -- often
across multiple global regions.
Migration flexibility: Organizations can move certain workloads to or from the cloud
-- or to different cloud platforms -- as desired or automatically for better cost savings
or to use new services as they emerge.
IaaS providers, such as AWS, supply a virtual server instance and storage, as well as APIs
that enable users to migrate workloads to a VM. Users have an allocated storage capacity
and can start, stop, access and configure the VM and storage as desired. IaaS providers
offer small, medium, large, extra-large and memory- or compute-optimized instances, in
addition to customized instances, for various workload needs.
In the PaaS model, cloud providers host development tools on their infrastructures. Users
3/5
access these tools over the internet using APIs, web portals or gateway software. PaaS is
used for general software development, and many PaaS providers host the software after
it's developed. Common PaaS providers include Salesforce's Force.com, AWS Elastic
Beanstalk and Google App Engine.
SaaS is a distribution model that delivers software applications over the internet; these
applications are often called web services. Users can access SaaS applications and services
from any location using a computer or mobile device that has internet access. One common
example of a SaaS application is Microsoft Office 365 for productivity and email services.
For example, serverless, or event-driven computing is a cloud service that executes specific
functions, such as image processing and database updates. Traditional cloud deployments
require users to establish a compute instance and load code into that instance. Then, the
user decides how long to run -- and pay for -- that instance.
With serverless computing, developers simply create code, and the cloud provider loads and
executes that code in response to real-world events, so users don't have to worry about the
server or instance aspect of the cloud deployment. Users only pay for the number of
transactions that the function executes. AWS Lambda, Google Cloud Functions and Azure
Functions are examples of serverless computing services.
Public cloud computing also lends itself well to big data processing, which demands
enormous compute resources for relatively short durations. Cloud providers have
responded with big data services, including Google BigQuery for large-scale data
warehousing and Microsoft Azure Data Lake Analytics for processing huge data sets.
Another crop of emerging cloud technologies and services relates to artificial intelligence (AI)
and machine learning. These technologies build machine understanding, enable systems to
mimic human understanding and respond to changes in data to benefit the business.
Amazon Machine Learning, Amazon Lex, Amazon Polly, Google Cloud Machine Learning
Engine and Google Cloud Speech API are examples of these services.
5/5