# Overview of Cloud Models

## Infrastructure-as-a-Service (IaaS)

* Virtual Machine, networking, loadbalancers, firewalls
* Pieces of hardware that are virtualized in the cloud

## Platform-as-a-Service (PaaS)

* Upload code packages and have them run, without access to the hardware
* You're not managing the RAM, CPU, Disk space.
* Basically "Hey here is my program, please run it"

## Software-as-a-Service (SaaS)

* Access to configuration only
* Think webapps such as Dropbox, Google Drive, Office 365

## Shared Responsibility Model

![](/files/vZn9tiHZMK3RVV6Q9r4H)

#### Always your Responsibility:

* Information and data
* Devices (PC and Mobile)
* Accounts and identities


---

# 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://docs.arkannis.net/cloud/azure/courses/az900-course/cloud-models-and-cloud-types/overview-of-cloud-models.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.
