ssh-beanstalk

1.0.3 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    2
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i ssh-beanstalk

Weekly Downloads

2

Version

1.0.3

License

MIT

Last publish

Collaborators

  • dmcnamara1
  • sdushay
  • thekiteeatingtree