Skip to content

Instantly share code, notes, and snippets.

@bruvio
Created September 27, 2022 08:37
Show Gist options
  • Select an option

  • Save bruvio/c0f1cee7ea17d618cec4b05ecbc761ff to your computer and use it in GitHub Desktop.

Select an option

Save bruvio/c0f1cee7ea17d618cec4b05ecbc761ff to your computer and use it in GitHub Desktop.
aws sso login
aws_login()
{
local profile=${1:-dev_admin}
local enviroment=${2:-dev}
aws sso login --profile $profile ; export AWS_PROFILE=$profile; export ENV=$enviroment
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment