
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
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
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
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.