Last active
January 22, 2019 07:00
-
-
Save TylerSustare/a3269271258aedc19f7086bcf24f13af to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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