• Post category:StudyBullet-3
  • Reading time:5 mins read


In this Course you will learn all the needed CloudFormation Skills and tricks needed for your Career.

What you will learn

What is IAC (Infrastructure As Code)

CloudFormation Overview

YAML Syntax

cloudFormation Create Stack

CloudFormation Update Delete stack

CloudFormation Parameters

CloudFormation Outputs

CloudFormation Drift detect

Description

DevOps is a combination of software development and information technology operations that enables businesses to deliver applications at a faster pace. It brings together development and operations teams so there are fewer redundancies in the software development process.

DevSecOps is a culture shift in the software industry that aims to bake security into the rapid-release cycles that are typical of modern application development and deployment.

DevOps has revolutionized workplaces in many ways. The number of DevOps-related jobs are increasing, while its rank as an in-demand job.

DevOps is important because it’s a software development and operations approach that enables faster development of new products and easier maintenance of existing deployments.

What is Infrastructure as Code (IAC) ?
Infrastructure as Code (IaC) is the managing and provisioning of infrastructure through code instead of through manual processes.


Get Instant Notification of New Courses on our Telegram channel.


With IaC, configuration files are created that contain your infrastructure specifications, which makes it easier to edit and distribute configurations. It also ensures that you provision the same environment every time.

What is Cloud​Formation?

AWS CloudFormation gives you an easy way to model a collection of related AWS and third-party resources, provision them quickly and consistently, and manage them throughout their lifecycles, by treating infrastructure as code. A CloudFormation template describes your desired resources and their dependencies so you can launch and configure them together as a stack. You can use a template to create, update, and delete an entire stack as a single unit, as often as you need to, instead of managing resources individually. You can manage and provision stacks across multiple AWS accounts and AWS Regions.

English
language

Content

Introduction
What is IAC (Infrastructure As Code)
CloudFormation Overview
YAML Syntax
IAC AWS CloudFormation
cloudFormation Create Stack
CloudFormation Update Delete stack
CloudFormation Parameters
CloudFormation Resources
CloudFormation Mapping
CloudFormation Outputs
CloudFormation Conditions
Cloudformation Internsic Function
CloudFormation User data
CloudFormation cfn init
CloudFormation cfn Signal
CloudFormation RollBack
CloudFormation Nested
CloudFormation Change sets
CloudFormation DependsOn
CloudFormation Drift detect