Cloud Services
Cloud Solution as a Service
- Infrastructure as a Service (IaaS)
- Infrastructure as service or IaaS is the basic layer in the cloud computing model.
- Common examples: Amazon Web Services (AWS), Microsoft Azure, Google, IBM, Rackspace
- Platform as a Service (PaaS)
- PaaS (Platform as a Service), as the name suggests, provides you computing platforms which typically includes the operating system, programming language execution environment, database, webserver.
- Examples: AWS Elastic Beanstalk, Windows Azure, Google App Engine.
- Software as a Service (SaaS)
- Software as a service (SaaS) allows users to connect to and use cloud-based apps over the Internet. Common examples are email, calendaring, and office tools (such as Google G Suite), Dropbox, Salesforce.
- SaaS provides a complete software solution that you purchase on a pay-as-you-go basis from a cloud service provider.
Cloud Services
Serverless Solutions
“Focus on your application, not the infrastructure”
Serverless is a cloud computing execution model where the cloud provider dynamically manages the allocation and provisioning of servers. A serverless application runs in stateless compute containers that are event-triggered, may last for one invocation, and fully managed by the cloud provider.

