@hiratake/aws-mfa
v1.1.4
Published
AWS MFA credential management tool
Readme
aws-mfa
AWS MFA credential management tool.
🚀 Installation
Run the following command:
$ npm install -g @hiratake/aws-mfa✨ Usage
To use this tool, you need to:
- Install the AWS CLI.
- Configure your AWS credentials using the
aws configurecommand, providing your Access Key ID and Secret Access Key.
Once the AWS CLI is configured, follow these steps to use this tool:
- Run the command:
aws-mfa - Select your profile.
- Enter your MFA code.
- A new profile
(e.g., your-profile-mfa)is created. - Use it:
aws --profile [your-profile]-mfa [command]
📃 License
MIT
