New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

aws-user

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-user

Simple command utility to help you manage and switch between multiple AWS CLI users. use aws-user --help for usage information.

latest
Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
3
Maintainers
1
Weekly downloads
 
Created
Source

aws-user

Description

This is a simple command utility to mange and switch between multiple AWS users.

Use aws-user help to get all available commands.

Can be helpful if you have more than one user with diffrent permissions, or users in multiple organizations.

The storage is done localy in the same place where aws credentials are stored, you need to have AWS CLI installed as it assumes the credentials folder exists.

Note:

Install

yarn global add aws-user

Usage

Get commands:

aws-user help

Add User:

aws-user add <user>:<access-key>:<secret-key>

Example:

aws-user add john22:ASIARNQFX7RWNRAAI2VVO:TTgFyl0p/2kxXa/uJ9i9sabBn22b2sewLXjaXPPY

Notes

It has commands to switch between users, add users, remove users, wipe local storage, list all users, and loggout from AWS.

Visual Demo

Example of using aws-user comand util aws-user Demo

Contributing

Issues and pull requests are welcome.

License

MIT

Keywords

aws-user

FAQs

Package last updated on 20 Aug 2022

Did you know?

Socket

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