Member-only story
In this blog we will explore AWS CloudFormation with examples.
Prerequisite
- Clone this git repo
- AWS Account Setup
Agenda:
- CloudFormation Concepts (Stacks & ChangeSet)
- Parameters
- Mappings
- Conditions
- Outputs
AWS CloudFormation is used to describe and provision all of the infrastructure resources in your cloud environment.
- We called it as “Infrastructure as Code” which means that you are writing a code to create your infrastructure and it is repeatable and also version-able because you can store your code in your git repo.
- So to create an infrastructure on AWS you actually create a CloudFormation template.
AWS CloudFormation Concepts
- Stack
To create a resources we actually create a stack