Skip to content

Instantly share code, notes, and snippets.

View ctranstrum's full-sized avatar

Chad Transtrum ctranstrum

View GitHub Profile
@ctranstrum
ctranstrum / ec2
Created December 27, 2017 21:29
AWS shortcuts
_Name_Tag_='Tags[?Key==`Name`].Value | [0]'
_Env_Tag_='Tags[?Key==`Environment`].Value | [0]'
_Project_Tag_='Tags[?Key==`Project`].Value | [0]'
_Owner_Tag_='Tags[?Key==`Owner`].Value | [0]'
_App_Tag_='Tags[?Key==`ApplicationGroup`].Value | [0]'
ami () {
aws ec2 describe-images --image-id $1 --output json
}