Skip to content
/ aws-ac Public

AWS Auto Credentials. Automate installing and authenticating into aws and ecs cli's.

Notifications You must be signed in to change notification settings

djstein/aws-ac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS AC: Auto Credentials

pip install aws-ac
aws-ac start

Install

pip install aws-ac

Commands

aws-ac start [OPTIONS]

Options:
  --user TEXT    AWS Username
  --token TEXT   MFA Token
  --serial TEXT  MFA Serial

aws-ac install [OPTIONS]

This installs the aws-cli and ecs-cli tools. Supplying the --upgrade flag will update or reinstall the cli's to their newest verisons.

Options:
  --upgrade
  --cli TEXT  CLI

aws-ac configure [OPTIONS]

This prompts the user to configure the aws and ecs profiles. By providing the argument CLI with 'aws' or 'ecs' it can configure only one.

Options:
  --user TEXT  AWS Username
  --cli TEXT   CLI

aws-ac mfa [OPTIONS] TOKEN

This prompts the user to obtain their mfa_serial key and if it has already been added creates a aws profile with a valid session token.

Options:
  --serial TEXT  MFA Serial

About

AWS Auto Credentials. Automate installing and authenticating into aws and ecs cli's.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published