💾 Archived View for cfdocs.wetterberg.nu › cfn-console-create-stacks-changesets.gemini captured on 2024-02-05 at 10:03:28. Gemini links have been rewritten to link to archived content
View Raw
More Information
⬅️ Previous capture (2021-12-03)
-=-=-=-=-=-=-
Creating stacks using change sets
Search
To preview how a AWS CloudFormation stack will be configured before creating the stack, create a change set. This functionality allows you to examine various configurations and make corrections and changes to your stack before executing the change set. For more information on change sets, see Updating stacks using change sets.
Updating stacks using change sets
Creating a change set for a new stack
To create a change set for a new stack, select your stack template and specify the configuration of your stack as you would if you were creating a new stack, then choose to create a new change set rather than a new stack.
- To create a change set using the CloudFormation console*
- Start the Create stack wizard
- Select a stack template
- Specify parameters for your stack
- Set stack options
- On the Review page, review the details of your stack.If you need to change any of the settings before you create the change set, click Edit on the appropriate section to go back to the page that has the setting that you want to change.
- Click Create change set.
- Enter a name for the change set, and a description if desired. Click Create change set.When you create a change set for a new stack, CloudFormation does the following:Launches a new stack with a status of REVIEW_IN_PROGRESS.Creates a change set for the new stack that reflects the stack configuration you specified in the steps above.CloudFormation displays the Change sets page for the proposed stack. While AWS CloudFormation creates the change set, its status is CREATE_IN_PROGRESS, and its execution status is UNAVAILABLE. When AWS CloudFormation completes succesfully creating the change set, it sets the change set status to CREATE_COMPLETE, and its execution status is AVAILABLE. The stack status is updated to REVIEW_IN_PROGRESS. At this point, you can execute the change set to complete creating the new stack.In the Changes pane, AWS CloudFormation displays the proposed configuration of your stack.If AWS CloudFormation fails to create the change set, it sets the changes set status to CREATE_FAILED. Fix the error displayed in the Status reason field, and then create a new change set. At this stage, you can try various configurations and make corrections and changes to your stack before executing the next change set.
- To complete creating a new stack based on the change set, choose Execute, and then choose Execute again.
Start the Create stack wizard
Select a stack template
Specify parameters for your stack
Set stack options