Skip to content

Instantly share code, notes, and snippets.

@AHaydar
Created November 13, 2020 22: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 AHaydar/2c5f515d596072d793ed776781666efe to your computer and use it in GitHub Desktop.
Save AHaydar/2c5f515d596072d793ed776781666efe 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
KeyName: ec2-instances
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