Skip to content

Instantly share code, notes, and snippets.

@AHaydar
Last active November 8, 2020 02:06
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 AHaydar/9907f7e4e87b8245aca6d4b8b942e35f to your computer and use it in GitHub Desktop.
Save AHaydar/9907f7e4e87b8245aca6d4b8b942e35f to your computer and use it in GitHub Desktop.
CloudFormation
Resources:
Ec2Instance:
Type: AWS::EC2::Instance
Properties:
InstanceType: t2.micro
ImageId: ami-0947d2ba12ee1ff75 # Amazon Linux AMI in us-east-1
Tags:
- Key: Name
Value: My EC2 Instance
- Key: Owner
Value: Ali
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment