Skip to content
rolle
Esc
navigateopen⌘Jpreview
On this page

Quickstart

Connect AWS, Azure, or Google Cloud, import what your machine already has, and start a role your tools can use in one click.

Open rolle

The first launch runs an onboarding flow. Pick a cloud, sign in, and choose the roles you want. You can connect more clouds at the end, or later from the Add menu.

Onboarding: identities found on this machine and the three clouds to connect

Import what your machine already has

Onboarding offers Import from this machine. It finds AWS Identity Center portals in the AWS CLI and Granted configs, Azure tenants from the az CLI, and gcloud Application Default Credentials. The same import is available later under Add → Import from this machine.

Start a session

Press Start on a role. If the integration is signed out, rolle signs in first. An active AWS session is a profile you can use right away:

aws sts get-caller-identity --profile default

Every AWS session uses the profile default unless you give it a name. Two sessions can share a name; starting one stops the other.

Use the credentials

From the row actions: open a terminal with the session ready, open the cloud console, or copy the credentials as shell exports.

The same flow in the CLI

rolle integration add aws-sso --alias acme --start-url https://acme.awsapps.com/start --region us-east-1
rolle integration login acme
rolle session list
rolle start "Acme Prod/AdministratorAccess"
aws sts get-caller-identity --profile default
rolle stop "Acme Prod/AdministratorAccess"

Was this page helpful?