💾 Archived View for cfdocs.wetterberg.nu › cfn-using-console-create-stack-review.gemini captured on 2023-11-04 at 11:56:46. Gemini links have been rewritten to link to archived content
View Raw
More Information
⬅️ Previous capture (2021-12-03)
-=-=-=-=-=-=-
Reviewing your stack and estimating stack cost on the AWS CloudFormation console
Search
The final step before your stack is launched is to review the values entered while creating the stack. You can also estimate the cost of your stack.
- On the Review page, review the details of your stack.If you need to change any of the values prior to launching the stack, click Edit on the appropriate section to go back to the page that has the setting that you want to change.
- (Optional) To estimate the cost of your stack, select the Estimate cost link in the Template section. The AWS Simple Monthly Calculator displays values from your stack template and launch settings.
- After you review the stack creation settings and the estimated cost of your stack, click Create stack to launch your stack.NoteAs this point, you can also choose to create a new change set rather than a new stack. To do so, click Create change set instead of Create stack. For more information, see Creating stacks using change setsCloudFormation displays the Events pane of the Stack details page for your new stack. From here, you can view your stack's events, data, or resources. AWS CloudFormation automatically refreshes the stack events every minute. Additionally, CloudFormation displays the New events available badge when new stack events occur; click the refresh icon to load these events into the list. By viewing stack creation events, you can understand the sequence of events that lead to your stack's creation (or failure, if you are debugging your stack).While your stack is being created, it is listed on the Stacks page with a status of CREATE_IN_PROGRESS.After your stack has been successfully created, its status changes to CREATE_COMPLETE. You can then click the Outputs tab to view your stack's outputs if you have defined any in the template.
Creating stacks using change sets
view your stack's events, data, or resources