Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Explicated change set usage.

Components

The provisioning of AWS resources with AWS CloudFormation involves several major components as follows:

  • Templatea blueprint for building your AWS resources, used to create, update or delete a CloudFormation stack (see below)
  • Stack – an instantiated collection of related AWS resources, as defined by the stack's CloudFormation template (see above)
 
  • Change Set – a summary of proposed changes to AWS resources provisioned by the CloudFormation stack (see above)


Info
titleAlternative deployment workflows via CloudFormation
Panel
borderColor#bbb
bgColor#eeeeee

On this page:

Table of Contents
maxLevel2
excludePopular.*

Panel
borderColor#bbb
bgColor#eeeeee

Related Pages:

Workflow

The provisioning workflow is are illustrated by the diagram diagrams in How Does AWS CloudFormation Work?:

Provisioning without change sets

This comprises the following activities:

  1. create a stack from the template – see the Create Stack action of the AWS CloudFormation Stack task
  2. (optional) update the stack (with or without changes to the template) Directly – see the Update Stack action of the AWS CloudFormation Stack taskVia

Provisioning with change sets

Image Added

This comprises the following activities:

  1. create a stack from the template – see the Create Stack action of the AWS CloudFormation Stack task
  2. (optional) create and execute a change set to update the stack (with or without changes to the template) – see the Create Stack Change Set and  and Execute Stack Change Set actions  actions of the the AWS CloudFormation Stack task

Frequently Asked Questions (FAQ)

Questionslist macro
filterpopular
asktrue
limit8
topicaws-cloudformation