Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 1.44 KB

demos.md

File metadata and controls

50 lines (31 loc) · 1.44 KB

AWS SSO CLI Demos

Inital setup via the wizard

Showing how to get started with AWS SSO CLI using the configuration wizard.

asciicast


Using the eval command

The eval command is one way to source the necessary AWS API credentials into your current shell.

asciicast


Using the config command and $AWS_PROFILE

Do you want to just use the $AWS_PROFILE environment variable? Well, AWS SSO CLI supports that too! This demo shows you how to set it up and use it.

asciicast


Using the exec command

The exec command supports a powerful tags based approach to selecting the role to assume and is especially useful if you don't remember the role specifics.

asciicast


Using the console command

The console command allows you to open the AWS Console in your browser for a given AWS SSO role. If you have enabled FirefoxOpenUrlInContainer then multiple active sessions are possible as shown here:

FirefoxContainers Demo