Sunday, 1 January 2023

Create and Update Stacks Using CloudFormation

 

Create and Update Stacks Using CloudFormation

AWS CloudFormation gives you an easy way to model a collection of related AWS and third-party resources, provision them quickly and consistently, and manage them throughout their lifecycles, by treating infrastructure as code.

A CloudFormation template describes your desired resources and their dependencies so you can launch and configure them together as a stack.update-stack

In this activity guide, you will learn to create, update, and delete an entire stack as a single unit, as often as you need to, instead of managing resources individually. You can manage and provision stacks across multiple AWS accounts and AWS Regions.

No comments:

Post a Comment