Skip to content

AWS CLI profile manager helps with developer experience when there are multiple AWS profiles.

License

Notifications You must be signed in to change notification settings

OnniVirtanen/aws-cli-profile-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS CLI profile manager

Introduction

AWS CLI profile manager helps with multiple AWS profiles. Providing --profile with each AWS command can be tedious and dangerous. This tool helps with storing multiple AWS profiles and then setting the desired profile as default.

Installation steps

  1. Download source code.
  2. Build project go build -o apm.exe.
  3. Add executable to path environment variable.
  4. Run program with available commands.

Available commands

Show available commands.

apm --help

Show current version.

apm --v

List all profiles.

apm ls

Show default profile.

apm show default

Set default profile.

apm default <profile>

Add profile (aws_session_token must be provided when using temporary credentials).

apm add <profile> <access_key_id> <secret_access_key> [aws_session_token]

Remove profile.

apm rmv <profile>

About

AWS CLI profile manager helps with developer experience when there are multiple AWS profiles.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages