# Types of Cloud Computing

• **Infrastructure as a Service (IaaS)**&#x20;

* Provide building blocks for cloud IT
* Provides networking, computers, data storage space&#x20;
* Highest level of flexibility
* Easy parallel with traditional on-premises IT

• **Platform as a Service (PaaS)**

* Removes the need for your organization to manage the underlying infrastructure&#x20;
* Focus on the deployment and management of your applications

• **Software as a Service (SaaS)**

* Completed product that is run and managed by the service provider

<figure><img src="/files/jKXikPTUV7cn9cYZxUZh" alt=""><figcaption></figcaption></figure>

**Examples of Cloud Computing Types**

**• Infrastructure as a Service**

* Amazon EC2 (on AWS)
* GCP, Azure, Rackspace, Digital Ocean, Linode

**• Platform as a Service**

* Elastic Beanstalk (on AWS)
* Heroku, Google App Engine (GCP), Windows Azure (Microsoft)

**• Software as a Service**

* Many AWS services (ex: Rekognition for Machine Learning)
* Google Apps (Gmail), Dropbox, Zoom


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://huy312100.gitbook.io/software-development/cloud-service/aws/certificate/clf-c02/cloud-concepts/types-of-cloud-computing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
