{{#resource "m:core" "base" type="AWS::EC2::Instance"}}
  {{#helper "m:core" "properties"}}
    {{helper "m:core" "property" "ImageId"}}
    {{helper "m:core" "property" "InstanceType"}}
    {{helper "m:core" "property" "KeyName"}}
    {{helper "m:core" "property" "SecurityGroupIds"}}
    {{helper "m:core" "property" "SubnetId"}}
    {{helper "m:core" "property" "UserData"}}
    {{helper "m:core" "property" "IamInstanceProfile"}}
  {{/helper}}
{{/resource}}
