The following macros are not currently supported in the header:
  • unmigrated-wiki-markup

Documentation for Tasks for AWS 2.9 – other releases are available in the Tasks for AWS Documentation Directory.
View

Unknown macro: {spacejump}

or visit the current documentation home.

_CloudFormationNote

 

Choosing between CloudFormation stacks vs. dedicated tasks

Both approaches have specific use cases and pros/cons, for example:

  • Some resource actions do not have dedicated CloudFormation support (though can be implemented as Custom Resources meanwhile).
  • Some resources do not have dedicated task support (though can be provisioned via the AWS Credentials Variables task and the AWS CLI meanwhile).
  • CloudFormation stacks allow you to manage your infrastructure as code, at the expense of a steeper learning curve and everyday usability
  • Dedicated tasks are easier to get started with and maintained via Bamboo's user interface