AWS CloudFormation Template is a declaration of the AWS resources that make up a stack.

The template is stored as a text file whose format complies with the JavaScript Object Notation (JSON) or YAML standard. Because they are just text files, you can create and edit them in any text editor and manage them in your source control system with the rest of your source code.

Comments