Skip to content

Instantly share code, notes, and snippets.

@forelabs
Created September 25, 2019 08:30
Show Gist options
  • Save forelabs/f7bc998ae917221b71d41822e319ef41 to your computer and use it in GitHub Desktop.
Save forelabs/f7bc998ae917221b71d41822e319ef41 to your computer and use it in GitHub Desktop.
aws login function
function aws-login() {
eval $(aws-mfa ecr get-login --no-include-email)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment