aws-easy-sso
is a simple tool to login to your AWS accounts using SSO. So of course it just works if you have configured SSO in you organization.
The tool uses the SSO and OIDC SDK to fetch available accounts and roles for your login and appends the session and profile configuration to your ~/.aws/config
. It also places the authentication information it used itself in the ~/.aws/sso/cache
directory. These cached sessions are used by the newer credential provider implementations of AWS SDKs. The tool also supports usage of multiple sso sessions (combinations of sso_start_url
and sso_region
). For personal learning, the tool is written in Rust.
bash
$ cargo install aws-easy-sso
``` bash
$ echo "alias aws-easy-sso="source _aws-easy-sso"" >> ~/.zshrc ```
``` bash
$ echo "alias aws-easy-sso="source _aws-easy-sso"" >> ~/.bashrc ```
Windows is no supported currently.
There are plenty of alternatives that worked for me in the past: