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

aws-ssm-tunnel-agent

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-ssm-tunnel-agent

ssm-tunnel-agent for ssm-tunnel script from aws-ssm-tools package

  • 1.6.0
  • PyPI
  • Socket score

Maintainers
2

ssm-tunnel-agent

This file / package should be installed on the EC2 instance through which you want to tunnel traffic to its VPC.

It is useless on its own, it should be used with [ssm-tunnel] from aws-ssm-tools.

Installation

The agent requires Python 2.7 or newer and has no external dependencies. It should work out of the box on any recently installed Amazon Linux 2 instance.

The easiest way to install the agent is from PyPI repository:

sudo pip install aws-ssm-tunnel-agent

If pip command is not available you can download it straight from GitHub:

sudo curl -o /usr/local/bin/ssm-tunnel-agent https://raw.githubusercontent.com/mludvig/aws-ssm-tools/master/ssm-tunnel-agent
sudo chmod +x /usr/local/bin/ssm-tunnel-agent

Hint: these commands can be copy & pasted to an ec2-session command prompt :)

Author and License

This script was written by Michael Ludvig and is released under Apache License 2.0.

Keywords

FAQs


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