Types of cloud services
When talking about cloud computing, there are three major categories. It's important to understand them because they are used in conversation, documentation, and training. Explore the three categories of cloud computing IaaS versus SaaS versus PaaS Infrastructure as a service (IaaS) Infrastructure as a Service is the most flexible category of cloud services. It aims to give you complete control over the hardware that runs your application (IT infrastructure servers and virtual machines (VMs), storage, and operating systems). Instead of buying hardware, with IaaS, you rent it. It's an instant computing infrastructure, provisioned and managed over the internet. Note When using IaaS, ensuring that a service is up and running is a shared responsibility: the cloud provider is responsible for ensuring the cloud infrastructure is functioning correctly; the cloud customer is responsible for ensuring the service they are using is configured correctly, is up to da...