# AWS Console Login

ConsoleMe offers a few different ways for your users to log into the AWS Console:

## Role selection screen

![](/files/0ZARzSnHGm1Gs9NPoq2I)

The role selection screen is a configurable view showing the IAM roles that a user is eligible to get credentials for, and allowing them to sign in to the AWS Console with those roles.

The description on the top can be catered to your organization's needs. For example, you could provide context about your different AWS accounts, or describe how users can request access to different IAM roles in your environment.

The links for the role names will take the user to that role's policy editor page in ConsoleMe. This is where the user can view permissions associated with the role and request additional IAM permissions for the role.

## 5 most recent roles

![](/files/zMMV3MvvecCpBrSJzaBR)

In the upper-left corner of the landing page, we a show a user the five most recent roles that they've logged in to. You can change the view here to show a role's full ARN, or show the account name/ID along with the role name.

## Third-party integrations

Users can integrate ConsoleMe with other tools as well, such as Alfred/Albert, Slack, or a custom browser search engine to quickly log into a role or navigate to a resource.

Check out the video below for examples:

{% embed url="<https://www.youtube.com/watch?v=gYlvNBGByqw>" %}


---

# 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://hawkins.gitbook.io/consoleme/feature-videos/credentials/aws-console-login.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.
