Skip to content
This repository was archived by the owner on May 6, 2020. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 767 Bytes

File metadata and controls

19 lines (12 loc) · 767 Bytes

PyPI version Build Status License

avm

A tool for managing AWS default account, rvm-style.

Usage:

  • avm --add -f ~/Downloads/another_random_AWS_keypair.csv -a alias_that_makes_sense to pull a profile into ~/.aws/credentials
  • avm --use your-profile-name to set a profile as default in ~/.aws/credentials and ~/.aws/config, if present
  • avm to choose default profile from a list of profiles in ~/.aws/credentials and ~/.aws/config:

list

Installation:

  • pip install avm