> 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/es/concepts/cloud-infrastructure-entitlement-management.md).

# Gestión de derechos de infraestructura en la nube

La **gestión de derechos de infraestructura en la nube** (CIEM) es una práctica de seguridad y gobernanza que ayuda a las organizaciones a gestionar los permisos de usuario y los derechos de acceso en entornos de nube complejos. Las soluciones CIEM ofrecen visibilidad y control sobre quién tiene acceso a qué recursos, reduciendo el riesgo de privilegios excesivos y de un uso indebido accidental o malicioso.

CIEM incluye normalmente capacidades como el descubrimiento de derechos, el análisis de permisos y la aplicación de políticas en múltiples plataformas de nube. Ayuda a garantizar el [privilegio mínimo](/pam/es/concepts/least-privilege.md) al identificar y revocar permisos no utilizados o de riesgo, y al aplicar políticas que se ajustan a los estándares de seguridad de la organización.

Aunque Devolutions PAM no funciona como una plataforma CIEM específica, complementa las prácticas CIEM gestionando el acceso privilegiado a sistemas y activos sensibles. Por ejemplo, cuando se integra con servicios en la nube o se utiliza en entornos híbridos, Devolutions PAM puede centralizar y controlar el acceso a infraestructuras críticas, dando soporte a una gobernanza más amplia de los derechos en la nube.

#### Alias de gestión de derechos de infraestructura en la nube

* CIEM
* Gestión de derechos en la nube
* Gestión de permisos en la nube

#### Temas relacionados

* [Integraciones PAM externas](https://docs.devolutions.net/rdm/es/concepts/advanced-concepts/external-pam-integrations)
* [Permisos/RBAC/Roles](https://docs.devolutions.net/rdm/es/concepts/advanced-concepts/permissions-rbac-and-roles)
* [Seguridad](https://docs.devolutions.net/rdm/es/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/es/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.
