Course Outline
CLOUD FORMATION
- In AWS Cloud Formation (CF), we will learn how to write a code in JSON Format
- Terraform is an open-source infrastructure as code software tool created by Hashi Corp. Like AWS CF, it will also use to write Cloud infrastructure using HCL language
CFT-CLOUDFORMATION TEMPLATE
- Introduction to JSON/YAML, How to use Visual Studio, Working on Parameters & Resource Section using given template
- How to find Resource Property in AWS, Write 1st template using CFT
- Drift Detection, Change Stack, Update Stack
- Parameter Section with S3 & VPC
- How to deploy VPC using Cloud Formation
- How to deploy EC2 using Cloud Formation
- Nested Stack
- Output with Import/Export
- Condition Section