Skip to content

Instantly share code, notes, and snippets.

View rs-randallburt's full-sized avatar

Randall Burt rs-randallburt

View GitHub Profile
HeatTemplateFormatVersion: '2012-12-12'
Description: AWS CloudFormation Sample Template
Parameters:
KeyName: {Description: Name of an existing EC2 KeyPair
to enable SSH access to the instances, Type: String}
InstanceType:
Description: WebServer EC2 instance type
Type: String
Default: m1.small
AllowedValues: [t1.micro, m1.small, m1.large, m1.xlarge, m2.xlarge,