> For the complete documentation index, see [llms.txt](https://digitalgarden.batamladen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://digitalgarden.batamladen.com/notes/certificates/az-900/fundamental-cloud-concepts/cloud-computing.md).

# Cloud Computing

## What is cloud computing?

Cloud computing is the delivery of computing services – including servers, storage, databases, softwares etc. - and distributing those services over the internet (the cloud) to offer faster inovation and flexible resources.

***

## &#x20;Shared Responasability Model

The shared responsibility model is a concept that devides the responsibility btw the cloud provider and the customer.

<figure><img src="https://2490252025-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUwIKQPujWqWSVFxQaX98%2Fuploads%2FrhAfwEbV10LlEWFn4U5o%2FScreenshot%202026-04-06%20094818.png?alt=media&amp;token=5113c13f-69bb-4517-aead-7bd5bdf2506b" alt=""><figcaption></figcaption></figure>

***

## Cloud Models

### Cloud Types

There are 3 methods/types of cloud deployment:

* Private
* Public
* Hybrid

&#x20;

#### Private Cloud: Cloud for One

This type of cloud is used only by a single entity (organization)

Good privacy since no one outside the network can access it.

&#x20;

Cons:

Heavy cost since you are responsible for purchasing the hardware.

More responsibility

Less flexible

Private cloud is very similar to a traditional on-prem setup, bcs the org is in the control fo the physical hosts, network and datacenter.

&#x20;

#### Public Cloud: Cloud for Everyone

The cloud provider is built controled and maintained by 3rd party cloud provider like Microsoft, Amazon, Google..

&#x20;

The main difference is the public avalability and the starting costs are much lower since all you have to do is provision and use the services as needed.

&#x20;

#### Hybrid Cloud: Best of Both Worlds

This is a type of cloud where the private and the public cloud are combined togother.

For example if you have sensitive workloads you do not want on the public clouds shared tenecies, you can run the workloads on the private cloud.

&#x20;

Cons:

There is a skillset needed to maintain both the private and public cloud

&#x20;

***

## The economy of cloud computing

&#x20;

Capital Expenditures (CapEx) - The cost of buying land, buildings, physical infrastructure (big upfront inv)

Operational Expenditures (OpEx) - The cost of running operations (ongoing)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://digitalgarden.batamladen.com/notes/certificates/az-900/fundamental-cloud-concepts/cloud-computing.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
