Skip to content

Instantly share code, notes, and snippets.

@pbzona
Created November 21, 2017 17:55
Show Gist options
  • Select an option

  • Save pbzona/ddb4a80db048971f99b2403b856925a3 to your computer and use it in GitHub Desktop.

Select an option

Save pbzona/ddb4a80db048971f99b2403b856925a3 to your computer and use it in GitHub Desktop.
CloudFormation - EC2 creation template
Resources:
 EC2Instance:
   Type: AWS::EC2::Instance
   Properties:
     InstanceType: t2.micro
     KeyName: 'default' # keypair must already exist
     ImageId: ami-6869aa05 # AMI us-east-1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment