Skip to content

Instantly share code, notes, and snippets.

View nasthu's full-sized avatar

Jonas nasthu

  • Stockholm, Sweden
View GitHub Profile
@henrikenblom
henrikenblom / awssh.sh
Last active June 5, 2018 10:00
Connect to running AWS instances using tag names
#!/bin/bash
####################################################
# Connect to running AWS instances using tag names #
# Author: henrik.enblom@uniqode.se #
####################################################
PEM_FILE="$HOME/.ssh/aws.pem";
DEFAULT_USERNAME="ubuntu";