Socket
Socket
Sign inDemoInstall

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


Version published
Weekly downloads
0
decreased by-100%
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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc