
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
awsps is a shell tool for easily switching and mangaing AWS profiles for AWS CLI.
aws configure using AWS CLI)npm install -g awsps : Installs awspsawsps configure : Configures the necessary settings to use awspsSetting up awsps for use
awsps configure
The configure command will configure your system to use awsps. You will be required to restart your shell after the configuration is complete.
Adding an AWS Profile
awsps add
The add command will take you through an input prompt to create a new profile. You will need your accessKeyId and secretKey for this.
Selecting an AWS Profile for Usage
awsps use [profileName]
The use command will allow you to select an available AWS Profile to use. You can also skip the prompt by inputting a profile name that you know exists.
Listing available AWS Profiles
awsps list
The list command shows you the AWS profiles you have available to you. It'll mark the profile you are currently using with "<--".
Show Current Profile
awsps current
The current command will show you the AWS profile you're currently using for AWS CLI.
Uninstalling
awsps uninstall
The uninstall command will remove any configuration from awsps.
FAQs
awsps is a shell tool for easily switching and mangaing AWS profiles for AWS CLI.
We found that awsps demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.