AWS infrastructure as code (IAC)
AWS infrastructure as code (IAC)
(IaC)
• Infrastructure as Code - An Overview
• AWS CloudFormation - An Overview
Agenda
• AWS CloudFormation - Concepts
• AWS CloudFormation - Workflow
• AWS CloudFormation - Changesets
• AWS CloudFormation - Template Anatomy
• Template Anatomy - Components
• Lab Exercise - AWS CloudForma
Copyright Dot Net Tricks Innovation Pvt. Ltd. | All rights
Reserved.
Infrastructure as Code (IaC)
• Brings automation to the provisioning process, which was traditionally
done manually.
• Rather than relying on manually performed steps, both administrators
and developers can instantiate infrastructure using configuration files.
• IaC helps avoid configuration drift through automation, and
increases the speed and agility of infrastructure deployments.
• Helps to reduce errors and enhances the ability to apply
changes through different stages consistently.