Skip to content

Instantly share code, notes, and snippets.

View jhuizy's full-sized avatar

Jordan Huizenga jhuizy

View GitHub Profile
@jhuizy
jhuizy / keybase.md
Created May 16, 2018 07:49
Keybase verification

Keybase proof

I hereby claim:

  • I am jhuizy on github.
  • I am jhuizy (https://keybase.io/jhuizy) on keybase.
  • I have a public key ASC6-A63zkxjrrbs435I17d4RjtRk_o09BzNDcP8Gf6GPAo

To claim this, I am signing this object:

from cfn_flip import to_yaml
from troposphere import Ref, Template, Select, GetAZs, Output, GetAtt
import troposphere.ec2 as ec2
import troposphere.elasticloadbalancing as lb
import troposphere.autoscaling as asg
t = Template()
def subnet(vpc, i, az, classC, public=True):
return ec2.Subnet(