Skip to content

Instantly share code, notes, and snippets.

View ebylund's full-sized avatar
🔰
Staying Gold

Erik Bylund ebylund

🔰
Staying Gold
  • Apollo GraphQL
  • Lehi, Utah
View GitHub Profile
@ebylund
ebylund / instance-name-tag.sh
Created October 24, 2017 19:10 — forked from swithrow/instance-name-tag.sh
EC2 Instance Name Tag in the bash prompt.
#!/bin/bash
#
# copy this into /etc/profile.d/instance-name-tag.sh
#
# you will need:
# - curl, jq, and aws cli installed
# - an IAM role that gives the EC2 instance access to describe tags
#
@ebylund
ebylund / 0_reuse_code.js
Last active August 29, 2015 14:22
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console