Skip to content

Instantly share code, notes, and snippets.

View TylerSustare's full-sized avatar

Tyler Sustare TylerSustare

View GitHub Profile
# Super simple example
Resources:
Ec2Instance:
Type: 'AWS::EC2::Instance'
Properties:
InstanceType: t2.micro
ImageId: ami-46ca739 # Amazon Linux AMI
# Update with a Tag
Tags:
- Key: Name