1.0.0-beta.3 • Published 1 year ago
@missio/aws-mfa-util v1.0.0-beta.3
AWS MFA Util
Simple utility to generate temporary AWS credentials using MFA.
Installation
From npm (recommended)
You need to have Node.js (and npm which is bundled) installed (which optionally can be done using NVM).
Install the package globally using npm:
npm install -g @missio/aws-mfa-utilUsage
Default profile:
aws-mfa -c 123456Specific profile:
aws-mfa -s myProfile123 -c 123456Now AWS CLI commands as well as AWS API based programs can use the credentials by setting the AWS_PROFILE environment variable:
export AWS_PROFILE=mfaCommand line options
| Flag | Description | Default |
|---|---|---|
| -c | MFA code | |
| -s | Source profile | default |
| -o | Output profile | mfa |
| -f | Credentials dir | ~/.aws/credentials |