Skip to content

Instantly share code, notes, and snippets.

@TylerSustare
Last active January 22, 2019 07:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TylerSustare/a3269271258aedc19f7086bcf24f13af to your computer and use it in GitHub Desktop.
Save TylerSustare/a3269271258aedc19f7086bcf24f13af to your computer and use it in GitHub Desktop.
# 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
Value: CF Simple Example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment