{{#resource "m:core" "base" type="AWS::AutoScaling::LaunchConfiguration"}}
  {{#helper "m:core" "properties"}}
    {{helper "m:core" "property" "ImageId"}}
    {{helper "m:core" "property" "InstanceType"}}
    {{helper "m:core" "property" "KeyName"}}
    {{helper "m:core" "property" "SecurityGroups"}}
    {{helper "m:core" "property" "UserData"}}
    {{helper "m:core" "property" "IamInstanceProfile"}}
  {{/helper}}
{{/resource}}
