# Scope and Shared Responsibility

Shared responsibility is the concept for determining who is in charge of certain areas in a cloud platform. AWS operates, manages and controls the components from the host operating system and virtualization layer down to the physical security of the facilities in which the service operates. The customer assumes responsibility and management of the guest operating system (including updates and security patches), other associated application software as well as the configuration of the AWS provided security group firewall.

![Example of AWS shared responsibility](/files/9Urnr73vnPcWyzLc7EXc)

AWS - <https://aws.amazon.com/compliance/shared-responsibility-model/>

Azure - <https://docs.microsoft.com/en-us/azure/security/fundamentals/shared-responsibility>


---

# 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://notes.m4lwhere.org/cloud/scope-and-shared-responsibility.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.
