Skip to content

Instantly share code, notes, and snippets.

View tannerwatson's full-sized avatar

Tanner Watson tannerwatson

View GitHub Profile
@tannerwatson
tannerwatson / names.json
Created September 14, 2023 18:11
Names
[
"Adams",
"Baker",
"Clark",
"Davis",
"Evans",
"Frank",
"Ghosh",
"Hills",
"Irwin",
@tannerwatson
tannerwatson / cloudformation.init.json
Created November 16, 2016 15:36
CloudFormation Init - Yum Packages
"Resources": {
"MyInstance": {
"Type": "AWS::EC2::Instance",
"Metadata" : {
"AWS::CloudFormation::Init" : {
"config" : {
"packages" : {
"yum" : {
"nfs-utils" : []
"python27" : []