easy-aws-login

The easiest way to log in to your AWS console.


Keywords
aws, aws-cli
License
BSD-2-Clause
Install
pip install easy-aws-login==0.3

Documentation

easy-aws-login

PyPI version Build badge

The easiest way to log in to your AWS console. Get started by running pip install easy-aws-login

Leverages the existing aws-cli profiles that you've already set up.

Also clearly shows which profile (hence account) the user is in.

example

to login with your default credentials, type: easy-aws-login

to login with a profile, type: easy-aws-login my-profile

to login with a profile and change the default session duration of 3600 seconds, type: easy-aws-login my-profile 7200