Skip to content

Instantly share code, notes, and snippets.

@AHaydar
Created November 8, 2020 01:15
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/02a4f52a09c33263c496c7307898f4c8 to your computer and use it in GitHub Desktop.
Save AHaydar/02a4f52a09c33263c496c7307898f4c8 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment