> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/pam/concepts/cloud-infrastructure-entitlement-management.md).

# Cloud infrastructure entitlement management

**Cloud infrastructure entitlement management** (CIEM) is a security and governance practice that helps organizations manage user permissions and access rights across complex cloud environments. CIEM solutions offer visibility and control over who has access to what resources, reducing the risk of excessive privileges and accidental or malicious misuse.

CIEM typically includes capabilities such as entitlement discovery, permission analysis, and policy enforcement across multiple cloud platforms. It helps ensure [least privilege](https://docs.devolutions.net/pam/concepts/least-privilege/) by identifying and revoking unused or risky permissions, and by enforcing policies that align with organizational security standards.

While Devolutions PAM does not serve as a dedicated CIEM platform, it complements CIEM practices by managing privileged access to sensitive systems and assets. For example, when integrated with cloud services or used in hybrid environments, Devolutions PAM can centralize and control access to critical infrastructure, supporting broader cloud entitlement governance.

#### Cloud infrastructure entitlement management aliases

* CIEM
* Cloud entitlement management
* Cloud permission management

#### Related topics

* [External PAM integrations](https://docs.devolutions.net/rdm/concepts/advanced-concepts/external-pam-integrations/)
* [Permissions/RBAC/Roles](https://docs.devolutions.net/rdm/concepts/advanced-concepts/permissions-rbac-roles/)
* [Security](https://docs.devolutions.net/rdm/concepts/advanced-concepts/security/)


---

# 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://docs.devolutions.net/pam/concepts/cloud-infrastructure-entitlement-management.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.
