Skip to content

Instantly share code, notes, and snippets.

View danlmarmot's full-sized avatar

Dan McKean danlmarmot

View GitHub Profile
@gene1wood
gene1wood / centos7-cloudformation.yaml
Last active October 24, 2022 19:22
A CloudFormation template for CentOS 7 showing AMI mappings and cloud-init UserData parsing
AWSTemplateFormatVersion: 2010-09-09
Description: >
An example free tier (12 month) CentOS 7 EC2 instance with a security group
allowing SSH, a simple IAM Role, and output conveyed from the launch back out
to the CloudFormation stack outputs
Parameters:
SSHKeyName:
Description: SSH Key Name
Type: String
Mappings:
@mrinaudo
mrinaudo / LICENSE
Last active October 27, 2021 18:37
Basic Template Builder for AWS VPC - Interactively generate basic AWS CloudFormation-based AWS VPC templates.
The MIT License (MIT)
Copyright (c) 2014 Matteo Rinaudo
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
@erikh
erikh / hack.sh
Created March 31, 2012 07:02 — forked from DAddYE/hack.sh
OSX For Hackers
#!/usr/bin/env sh
##
# This is script with usefull tips taken from:
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
#
# install it:
# curl -sL https://raw.github.com/gist/2108403/hack.sh | sh
#