Skip to content

ferrgo/aws-sso-login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AWS SSO Login script

Uses pre-configured AWS SSO profiles to login to AWS SSO accounts validating if session is still valid and refreshing it only if needed.

To configure a AWSS SSO see the run the aws configure sso command and follow the instructions. See the official doc to learn more

This will set a sso-session and a profile at your ~/.aws/config file.

Export AWS_SSO_SESSION_NAME and AWS_SSO_ACCOUNT_PROFILE to your shell environment to use the script.

Usage

Run on current shell sourcing the file to make sure the environment variables are set.

. path/to/script/aws_login.sh

An alias may be set

alias aws-login=". path/to/script/aws_login.sh"

ZSH - P10k Prompt

AWS Expiration Time is exposed as a Env Var that may be used to show on ZSH Prompt

See aws_expiration_prompt for that

Releases

No releases published

Packages

No packages published

Languages