Skip to content

Instantly share code, notes, and snippets.

View kakipo's full-sized avatar
💪
Let's get physical

K kakipo

💪
Let's get physical
View GitHub Profile
{
"AWSTemplateFormatVersion": "2010-09-09",
"Description": "VPC knowhow template",
"Parameters": {
"KeyName": {
"Description": "Name of an existing EC2 KeyPair to enable SSH access to the instances",
"Type": "String",
"MinLength": "1",
"MaxLength": "64",
"AllowedPattern": "[-_ a-zA-Z0-9]*",