Skip to content

Instantly share code, notes, and snippets.

View afan31's full-sized avatar
🏠
Working from home

Afan Ahmad Khan afan31

🏠
Working from home
View GitHub Profile
@afan31
afan31 / tunnel.sh
Created April 3, 2016 02:32 — forked from dserodio/tunnel.sh
Shell script to start/stop an EC2 instance to use as a ssh tunnel
#!/bin/bash
# Start/stop an EC2 instance to use as a ssh tunnel
# requires the aws package locally -- sudo apt-get install awscli
#
# usage: ./tunnel.sh start (spin up EC2 and create the tunnel)
# ./tunnel.sh stop (terminate the EC2 instance to save money)
# ./tunnel.sh resume (in case your tunnel is interrupted but the EC2 instance is still running)
# CHANGE THE PARAMETERS BELOW