daveygit2050 / aws-login

Open AWS console sessions in Firefox containers from the terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aws-login

Open an AWS console session for a given IAM role in an appropriate Firefox container from the command line.

Prerequisites

Usage

aws-login foo-account-BarRole

Where foo-account-BarRole is an IAM role you can assume in the foo-account AWS account using aws-vault, and you have a Firefox container named foo-account.

The tool assumes that you have your profile names structured in this {account}-{role} format.

Installation

  1. Clone the repo.
  2. Updated your shell rc script to add the repo bin directory to your PATH variable.

About

Open AWS console sessions in Firefox containers from the terminal

License:MIT License


Languages

Language:Shell 100.0%