aws-mfa
v0.0.1
Published
Utility for AWS services with MFA
Maintainers
Readme
AWS-MFA
CLI tool for fetching (AWS) Multi-Factor Auth credentials
Install
npm install -g aws-mfa
touch .aws-mfaPopulate .aws-mfa file with AWS credentials
AWS_ACCESS_KEY_ID=ZZZZZZZZZZ
AWS_SECRET_ACCESS_KEY=xyZxyZxyZxyZxyZxyZ
MFA_ARN=arn:aws:iam::999999999999:mfa/usernameUsage
aws-mfa <6 digit TokenCode>This will output the file aws_session.json
