Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NetSPI/aws_consoler
A utility to convert your AWS CLI credentials into AWS console access.
https://github.com/NetSPI/aws_consoler
Last synced: 3 months ago
JSON representation
A utility to convert your AWS CLI credentials into AWS console access.
- Host: GitHub
- URL: https://github.com/NetSPI/aws_consoler
- Owner: NetSPI
- License: bsd-3-clause
- Created: 2020-03-14T03:08:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-07T21:50:18.000Z (over 4 years ago)
- Last Synced: 2024-07-08T05:17:14.144Z (4 months ago)
- Language: Python
- Size: 45.9 KB
- Stars: 200
- Watchers: 6
- Forks: 27
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-cloud-security - NetSPI/AWS_Consoler
- awesome-cloud-security - 地址
README
============
AWS Consoler
============.. image:: https://img.shields.io/pypi/v/aws_consoler.svg
:target: https://pypi.python.org/pypi/aws_consoler.. image:: https://img.shields.io/github/workflow/status/netspi/aws_consoler/Build%20package
:target: https://github.com/NetSPI/aws_consoler/actions.. image:: https://readthedocs.org/projects/aws-consoler/badge/?version=latest
:target: https://aws-consoler.readthedocs.io/en/latest/?badge=latest
:alt: Documentation StatusA utility to convert your AWS CLI credentials into AWS console access.
* Free software: BSD License
* Documentation: https://aws-consoler.readthedocs.io.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 choiceCredits
-------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.
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage