AWS CloudFormation Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 11: Line 11:
{{External|[https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacks.html Working with Stacks]}}
{{External|[https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacks.html Working with Stacks]}}


A stack is a collection of AWS resources that can be managed (create, update or delete) as a single unit. All resources in a stack are defined by the stack's AWS CloudFormation template
A stack is a collection of AWS resources that can be managed (create, update or delete) as a single unit. All resources in a stack are defined by the stack's [[#Template|AWS CloudFormation template]].


=Template=
=Template=

Revision as of 19:35, 11 March 2019

External

Internal

Stack

Working with Stacks

A stack is a collection of AWS resources that can be managed (create, update or delete) as a single unit. All resources in a stack are defined by the stack's AWS CloudFormation template.

Template

CloudFormation Templates

Change Set