Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ec2-ssh-cli

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ec2-ssh-cli

command line interface for sshing into ec2 instances

  • 0.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
increased by300%
Maintainers
1
Weekly downloads
 
Created
Source

ec2-ssh-cli

A simple cli tool for quickly accessing ec2 instances in your AWS environment.

Installation

npm install -g ec2-ssh-cli

Usage

Using the tool is easy. To display instances by their exact name, simply pass the name as an argument.

ec2-ssh-cli my-dev-box

You can also use an asterisk (*) to perform wildcard matches.

Here are a few examples of what you can do:

# return instances with names that start with 'my-'
ec2-ssh my-*

# return instances with names that end with 'box'
ec2-ssh *box

# return instances with names that contain 'dev'
ec2-ssh *dev*

# return instances with names that start with 'my' and end with 'box'
ec2-ssh my*box

Selecting an instance will create another menu showing you the options Info, ssh or Back

Selecting Info will display information about the instance in yml format, ssh will connect you to the instance so that you can do whatever you need, and selecting Back will return to the list of instances.

FAQs

Package last updated on 30 Apr 2017

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