Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

Table of Contents

...

 

Warning

Must move this page to make it public, once it is complete.

...

In the above example, Python 2.x is installed and the AWS CLI is installed, but using Python 2.x. That's exactly what we don't want.

Installing Python 3.5+

  • Linux:
  • Mac OS X: 
  • Windows: 
  • Virtual Environment:

Installing AWS CLI

Use the standard instructions from AWS to install the AWS CLI, but be sure that once you have the AWS CLI installed, it is using Python 3.5+.

  • Linux:
  • Mac OS X:
  • Windows:
  • Virtual Environment:

Install and Configure awscli-login

 

Warning

Don't bother trying to install or use the awscli-login tool until your installed version of the AWS CLI reports that it is using Python 3.5+.

Using pip

Code Block
$ pip install awscli-login
...
$ aws configure set plugins.login awscli_login
...
$ aws login configure
ECP Endpoint URL [None]: https://shibidp-test.cit.cornell.edu/idp/profile/SAML2/SOAP/ECP
Username [None]: <YOUR NETID>
Enable Keyring [False]:
Duo Factor [None]:
Role ARN [None]:
$ 

 

  • Linux:
  • Mac OS X

...

Linux

...

  • :
  • Windows:
  • Virtual Environment:

 

Using awscli-login