Skip to content

A utility to convert your AWS CLI credentials into AWS console access.

License

Notifications You must be signed in to change notification settings

NetSPI/aws_consoler

Repository files navigation

AWS Consoler

https://img.shields.io/github/workflow/status/netspi/aws_consoler/Build%20package Documentation Status

A utility to convert your AWS CLI credentials into AWS console access.

Features

  • Load credentials from the command line or from boto3 sources (envvars, profiles, IMDS)
  • Coordinate communication to AWS Federation endpoint
  • Select appropriate endpoint based on partition
  • Load resultant URL in user's browser of choice

Credits

Thanks to some of the bloggers at AWS (Jeff Barr, Kai Zhao) for the helpful guides on Federation in AWS.

Thanks to Karl Fosaaen (@kfosaaen) for the inspiration to write this tool.

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.