Types of Cloud Computing Services

There are three main types of cloud computing services: Infrastructure-as-a-Service (IaaS), Platforms-as-a-Service (PaaS), and Software-as-a-Service (SaaS).
Infrastructure as a Service(IaaS) is the most basic offering of cloud computing services. With IaaS, we can rent infrastructure like servers, virtual machines (VMs), storage, networks, operating systems, etc., from a cloud provider by paying a fee based on our usage. We can spin up resources and scale up or scale out very quickly based on our needs. Of course, once we no longer need the resources, we can delete them and pay only for the time we use them.
Platforms as a Service (PaaS). With PaaS, we can directly use the services and environments to develop, test, deliver, and manage software applications as required. This makes it easier for developers to quickly create web, API, mobile apps, etc., without worrying about setting up or managing the underlying infrastructure of servers, storage, networks, databases, etc., needed for development. GitHub, Docker, etc.
Software as a Service (SaaS). When using a SaaS model, we consume software applications over the Internet as needed, usually based on a subscription model. Cloud providers are responsible for managing the underlying infrastructure, operating system, software, etc. They even take care of software upgrades and security patching. We can connect to the application over the Internet using our browser.
