Sodamhan.com

TL;DR

aws-google-auth

Acquire AWS temporary (STS) credentials using Google Apps as a federated (Single Sign-On) provider. More information: https://github.com/cevoaustralia/aws-google-auth.

  • Log in with Google SSO using the specified username IDP and SP identifiers and set the credentials duration to one hour:

aws-google-auth -u [email protected] -I $GOOGLE_IDP_ID -S $GOOGLE_SP_ID -d 3600

  • Log in asking which role to use (in case of several available SAML roles):

aws-google-auth -u [email protected] -I $GOOGLE_IDP_ID -S $GOOGLE_SP_ID -d 3600 -a

  • Resolve aliases for AWS accounts:

aws-google-auth -u [email protected] -I $GOOGLE_IDP_ID -S $GOOGLE_SP_ID -d 3600 -a --resolve-aliases

  • Display help:

aws-google-auth -h

This document was created using the contents of the tldr project.