Socket
Socket
Sign inDemoInstall

aws-sudo

Package Overview
Dependencies
105
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    aws-sudo

A CLI tool for loading temporary MFA associated keys from AWS


Version published
Weekly downloads
2
increased by100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

aws-sudo

Why?

It is sometimes necessary or useful to require Multi Factor Authentication (MFA) when using AWS access tokens or performing certain CLI operations. AWS has documentation on how to do this by issuing expiring access keys using STS. The process is somewhat complex, so this CLI tool automates it.

Installation

npm install -g aws-sudo

Usage

aws-sudo --token 123456 // Writes temporary MFA associated credentials to a new AWS profile called "default-session"

aws-sudo --token 123456 --profile bustle // Writes temporary MFA associated credentials to a new AWS profile called "bustle-session"

FAQs

Last updated on 28 Aug 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc