AWS CloudFormation

14 August, 2020
Back

CloudFormation provides operators a way to manage infrastructure as code. Operators can configure cloud settings in JSON or YAML.

CloudFormation Designer is a GUI tool to create AWS architecture.

aws cloudformation 1

@aws_console

A set of services created with CloudFormation is called a stack. If a stack is deleted, the whole set of services is removed.

There are sample templates that AWS has to get started.


Back