Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 958 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 958 Bytes

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.