Skip to content

Instantly share code, notes, and snippets.

@tlcheah2
Created June 17, 2021 04:17
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 tlcheah2/c00d27a8d7318d4608a78a037a8ee475 to your computer and use it in GitHub Desktop.
Save tlcheah2/c00d27a8d7318d4608a78a037a8ee475 to your computer and use it in GitHub Desktop.
Create an EC2 Instance - CloudFormation template
---
Resources:
TestInstance:
Type: AWS::EC2::Instance
Properties:
AvailabilityZone: ap-southeast-1a
ImageId: ami-02f26adf094f51167
InstanceType: t2.micro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment