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

# Configurare una voce dashboard AWS

La dashboard AWS consente agli amministratori di sistema di connettersi in modo sicuro al proprio ambiente AWS e di visualizzare i componenti IAM chiave direttamente all'interno di Remote Desktop Manager:

* Gruppi di utenti IAM e relative appartenenze
* Utenti IAM e criteri di gruppo associati
* Ruoli IAM e relazioni di attendibilità

1. In Remote Desktop Manager, vada su ***Nuova voce*** e selezioni ***AWS Dashboard***.
2. Nella finestra di dialogo ***Aggiungi*** – ***AWS Dashboard***, inserisca un ***Nome*** per la voce.
3. Facoltativamente, selezioni una ***Cartella*** per organizzare la voce.
4. Nella scheda ***Generale***, faccia clic sul menu a discesa ***Tipo di autenticazione***.

#### Chiave di accesso <a href="#access-key" id="access-key"></a>

1. Selezioni ***Chiave di accesso***.
2. Inserisca l'***ID chiave di accesso***.
3. Inserisca la ***Chiave di accesso segreta***.
4. Selezioni una ***Regione*** dal menu a discesa oppure la lasci su ***Predefinita***.

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

1. Selezioni ***SSO***.
2. Inserisca l'***URL del portale*** del suo portale AWS SSO.
3. Selezioni una ***Regione*** oppure la lasci su ***Predefinita***.
4. Faccia clic su ***...*** accanto ad ***Account*** per selezionare l'account AWS.
5. Faccia clic su ***...*** accanto a ***Nome ruolo*** per selezionare il ruolo IAM.
6. Faccia clic su ***Aggiungi*** per salvare la voce.


---

# 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/it/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.
