create_cloudformation_stack task

The create_cloudformation_stack task allows you to create cloudformation stack on AWS

  - task: create_emr
    type: create_cloudformation_stack
    stack_name: liminal_document_emr
    properties:
      OnFailure: DO_NOTHING
      TimeoutInMinutes: 25
      Capabilities: [ 'CAPABILITY_NAMED_IAM' ]
      TemplateURL: s3://liminal-doc/emr/template.yml
      Parameters:
        Environment: Production
        CoreServerCount: '2'

attributes

task: name of your task (must be made of alphanumeric, dash and/or underscore characters only).

stack_name: the name of the stack

properties: any attribute of aws-create-stack-request-parameters