pdomala / awsprofile

CLI for managing AWS profiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWSPROFILE

Build Status

CLI tool to create, manage & renew your AWS profiles

Features

  • Create AWS profiles interactively
  • Create MFA based AWS profiles
  • Renew MFA based AWS profiles
  • Create Assumed profiles based on a source profile
  • Renew assumed profiles
  • Set defaults (Region, Output, MFA serial, Session Duration) which can be used while creating profiles
  • List all profiles in a tabular format with expiry details if applicable
  • Easy switching of profiles using aliases

Installation

npm install -g awsprofile

View Usage

awsprofile -h

Create profiles

awsprofile create

Normal profile without MFA

create-no-mfa

Normal profile with MFA

create-mfa

Assumed profile

assumed

Renew Profiles (MFA / Assumed)

renewed

List Profiles

list

List Aliases

list

Set defaults

defaults

About

CLI for managing AWS profiles


Languages

Language:JavaScript 100.0%