{"id":37095531,"url":"https://github.com/b-b3rn4rd/awscli-console-plugin","last_synced_at":"2026-01-14T11:46:28.037Z","repository":{"id":144899284,"uuid":"302312913","full_name":"b-b3rn4rd/awscli-console-plugin","owner":"b-b3rn4rd","description":"AWSCLI plugin to access AWS Console using your IAM or STS credentials","archived":false,"fork":false,"pushed_at":"2023-04-17T12:03:49.000Z","size":252,"stargazers_count":8,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-21T16:43:46.456Z","etag":null,"topics":["aws","awscli-plugin","console","golang","sts-credentials"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/b-b3rn4rd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-08T11:04:09.000Z","updated_at":"2024-02-27T18:56:42.000Z","dependencies_parsed_at":"2023-05-28T18:00:38.733Z","dependency_job_id":null,"html_url":"https://github.com/b-b3rn4rd/awscli-console-plugin","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/b-b3rn4rd/awscli-console-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b-b3rn4rd%2Fawscli-console-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b-b3rn4rd%2Fawscli-console-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b-b3rn4rd%2Fawscli-console-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b-b3rn4rd%2Fawscli-console-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/b-b3rn4rd","download_url":"https://codeload.github.com/b-b3rn4rd/awscli-console-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b-b3rn4rd%2Fawscli-console-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28419257,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","awscli-plugin","console","golang","sts-credentials"],"created_at":"2026-01-14T11:46:27.480Z","updated_at":"2026-01-14T11:46:28.020Z","avatar_url":"https://github.com/b-b3rn4rd.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# awscli-console-plugin \n[![Go Report Card](https://goreportcard.com/badge/github.com/b-b3rn4rd/awscli-console-plugin)](https://goreportcard.com/report/github.com/b-b3rn4rd/awscli-console-plugin) \n[![Coverage Status](https://coveralls.io/repos/github/b-b3rn4rd/awscli-console-plugin/badge.svg?branch=master)](https://coveralls.io/github/b-b3rn4rd/awscli-console-plugin?branch=master)\n[![Build](https://github.com/b-b3rn4rd/awscli-console-plugin/workflows/Go/badge.svg)](https://github.com/b-b3rn4rd/awscli-console-plugin/actions?query=workflow%3AGo+branch%3Amaster)\n\nAWSCLI plugin to access AWS Console using your IAM or STS credentials\n\n# Demo\n![awscli-console-plugin demo](console.gif)\n# Motivation\nThe following library is distributed as `awscli` plugin, but could be used a standalone tool to access AWS Console\nusing IAM access \u0026 secret keys or STS temporary credentials.\nThe code is based on the following article https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_enable-console-custom-url.html\n\nThe goal of this plugin is to simplify the authentication process to AWS Console, by providing a method to login to a given account without leaving the terminal.\n\n# Installation\nTo install it as a plugin for `awscli` please follow these steps\n\nInstall `awscli-console-plugin` using `pip`, use an appropriate artifact for your OS from the release page. \n```bash\n$ pip3 install https://github.com/b-b3rn4rd/awscli-console-plugin/releases/download/1.2.1/awscli-console-plugin_1.2.1_Darwin_x86_64.zip # MacOS\n$ pip3 install https://github.com/b-b3rn4rd/awscli-console-plugin/releases/download/1.2.1/awscli-console-plugin_1.2.1_Linux_x86_64.zip # Linux\n$ pip3 install https://github.com/b-b3rn4rd/awscli-console-plugin/releases/download/1.2.1/awscli-console-plugin_1.2.1_Windows_x86_64.zip # Windows\n```\n\n\n# Configuration\n\nEdit your `~/.aws/config` to include the following plugin definition:\n\nIf you are using the v1 AWS CLI, you can just add the plugin:\n\n```\n[plugins]\nconsole = console\n\n[profile auth]\nregion=ap-southeast-2\naws_access_key_id=AKIAXXXXXXXXXXX\naws_secret_access_key=XYXYXYYXYXYXYXYXY/ZZZZZZ\n[profile dev]\nrole_arn=arn:aws:iam::1234567890123:role/OrganizationAccountAccessRole\nregion=ap-southeast-2\nsource_profile=auth\n```\n\nIf you are using the v2 AWS CLI, you need to also specify the `cli_legacy_plugin_path`, which should\nspecify where your `pip` packages are installed.\n\n```\n[plugins]\ncli_legacy_plugin_path = \u003cpath to your python3.7/site-packages\u003e\nconsole = console\n\n[profile auth]\nregion=ap-southeast-2\naws_access_key_id=AKIAXXXXXXXXXXX\naws_secret_access_key=XYXYXYYXYXYXYXYXY/ZZZZZZ\n[profile dev]\nrole_arn=arn:aws:iam::1234567890123:role/OrganizationAccountAccessRole\nregion=ap-southeast-2\nsource_profile=auth\n```\n\n # Usage\n\nVerify that the plugin is successfully installed\n```bash\n$ aws console help\nNAME\n       console -\n\nDESCRIPTION\n       Authenticate to AWS console\n\n       See 'aws help' for descriptions of global parameters.\n\nSYNOPSIS\n          aws console [--profile=Name] [--timeout=Timeout] [--output-only=true|false]\n\nOPTIONS\n       --timeout  (string)  Console  session  timeout in seconds, only for IAM\n       user credentials\n\n       --output-only (boolean) Print the console url instead of opening it  in\n       the browser\n\n       See 'aws help' for descriptions of global parameters.\n```\n\nUsage Example\n```bash\naws console --profile dev\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb-b3rn4rd%2Fawscli-console-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fb-b3rn4rd%2Fawscli-console-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb-b3rn4rd%2Fawscli-console-plugin/lists"}