Skip to content

Instantly share code, notes, and snippets.

@AHaydar
Created March 4, 2021 18:03
Show Gist options
  • Save AHaydar/d517adac9569fd363252259e02f47269 to your computer and use it in GitHub Desktop.
Save AHaydar/d517adac9569fd363252259e02f47269 to your computer and use it in GitHub Desktop.
: "2010-09-09"
Description: Secure EC2 instance that can access the internet
Resources:
AwesomeEC2Instance:
Type: "AWS::EC2::Instance"
Properties:
ImageId: "ami-0947d2ba12ee1ff75"
InstanceType: "t2.micro"
Tags:
- Key: "Name"
Value: "AwesomeEC2Instance"
- Key: "Owner"
Value: "Ali"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment