> 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/rdm/es/knowledge-base/how-to-articles/configure-aws-dashboard-entry.md).

# Configurar una entrada de panel de AWS

El panel de AWS permite a los administradores de sistemas conectarse de forma segura a su entorno de AWS y visualizar los componentes clave de IAM directamente en Remote Desktop Manager:

* Grupos de usuarios de IAM y sus pertenencias
* Usuarios de IAM y políticas de grupo asociadas
* Roles de IAM y relaciones de confianza

1. En Remote Desktop Manager, vaya a ***Nueva entrada*** y seleccione ***AWS Dashboard***.
2. En el cuadro de diálogo ***Añadir*** – ***AWS Dashboard***, introduzca un ***Nombre*** para la entrada.
3. Opcionalmente, seleccione una ***Carpeta*** para organizar la entrada.
4. En la pestaña ***General***, haga clic en la lista desplegable ***Tipo de autenticación***.

#### Clave de acceso <a href="#access-key" id="access-key"></a>

1. Seleccione ***Clave de acceso***.
2. Introduzca su ***ID de clave de acceso***.
3. Introduzca su ***Clave de acceso secreta***.
4. Seleccione una ***Región*** en la lista desplegable o déjela como ***Predeterminada***.

#### SSO <a href="#sso" id="sso"></a>

1. Seleccione ***SSO***.
2. Introduzca la ***URL del portal*** de su portal SSO de AWS.
3. Seleccione una ***Región*** o déjela como ***Predeterminada***.
4. Haga clic en ***...*** junto a ***Cuenta*** para seleccionar la cuenta de AWS.
5. Haga clic en ***...*** junto a ***Nombre del rol*** para seleccionar el rol de IAM.
6. Haga clic en ***Añadir*** para guardar la entrada.


---

# 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/rdm/es/knowledge-base/how-to-articles/configure-aws-dashboard-entry.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.
