Pages

Wednesday, June 1, 2022

2.CloudFormation

CloudFormation

What is an AWS CloudFormation template? A 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.


Advantages:-

  1. Simplify infrastructure management

  2. Quickly replicate your infrastructure

  3. Easily control and track changes to your infrastructure

AWS Help

AWS Doc, Product


Atom Tool - Provides the template for cloudFormation,

My Doc

MyDoc, Lab

Steps - Create Template, Specify Stack