🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

ssh-beanstalk

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ssh-beanstalk

ssh into an ec2 instance belonging to an elastic beanstalk environment

1.0.3
latest
Source
npm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

ssh-beanstalk

Node script to ssh into an ec2 instance belonging to an elastic beanstalk environment

Credentials

Put your credentials in ~/.aws/credentials. The file should look like:

[default]
aws_access_key_id = ...
aws_secret_access_key = ...

Installation

npm install -g ssh-beanstalk

Usage

Let's say you have an environment named my-website in region us-west-2:

ssh-beanstalk my-website --region us-west-2 -i ~/path/to/key.pem

ssh-beanstalk --help for all options. You can also pass any normal ssh parameters such as -i or -L

FAQs

Package last updated on 30 Mar 2016

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