
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.
Deploy websites to Elastic Beanstalk from the command line.
npm install -g eb-deploy
eb-deploy will deploy the project in the current working directory to Elastic Beanstalk.
This tool is exposed as a command line program. See the information below for an explanation:
Usage: eb-deploy [options]
Options:
-h, --help output usage information
-V, --version output the version number
-a, --accessKeyId <key> Set AWS Access Key
-s, --secretAccessKey <key> Set AWS Secret Access Key
-r, --region <region> Set AWS Region [eu-west-1]
-A, --applicationName <name> The name of your Elastic Beanstalk Application
-e, --environment <name> Which environment should this application be deployed to?
-b, --bucketName <name> The name of the *existing* S3 bucket to store your version
-B, --branch <name> The branch that should be used to generate the archive [master]
Deploy to an Elastic Beanstalk Instance
eb-deploy \
--accessKeyId=<access-key> \
--secretAccessKey=<secret-access-key> \
--region=eu-west-1 \
--applicationName=My Application \
--environment=my-application-dev \
--bucketName=archiveStorage \
--branch=master \
/
FAQs
Deploy Elastic Beanstalk projects from the command line
The npm package eb-deploy receives a total of 5 weekly downloads. As such, eb-deploy popularity was classified as not popular.
We found that eb-deploy 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.