AWS Cloud Formation
Agenda
● Introduction
● How does cloudformation works?
Introduction
AWS CloudFormation is an AWS service that uses template files to automate the
setup of AWS resources.
It can also be described as infrastructure automation or Infrastructure-as-Code
(IaC) tool and a cloud automation solution because it can automate the setup and
deployment of various Infrastructure-as-a-Service (IaaS) offerings on the AWS
CloudFormation supports virtually every service that runs in AWS
How does Cloudformation works?
Amazon Web Services (AWS) is the service offered by the AWS cloud it is mainly
used to provision the service in the AWS like EC2, S3, Autoscaling, load balancing
and so on you can provision all the service automation with the Infrastructure as a
code (IAC), instead of managing all of them manually you can manage with the
help of AWS Cloudformation.
Thank You

Amazon Web Service [AWS] Cloud Formation

  • 1.
  • 2.
    Agenda ● Introduction ● Howdoes cloudformation works?
  • 3.
    Introduction AWS CloudFormation isan AWS service that uses template files to automate the setup of AWS resources. It can also be described as infrastructure automation or Infrastructure-as-Code (IaC) tool and a cloud automation solution because it can automate the setup and deployment of various Infrastructure-as-a-Service (IaaS) offerings on the AWS CloudFormation supports virtually every service that runs in AWS
  • 4.
    How does Cloudformationworks? Amazon Web Services (AWS) is the service offered by the AWS cloud it is mainly used to provision the service in the AWS like EC2, S3, Autoscaling, load balancing and so on you can provision all the service automation with the Infrastructure as a code (IAC), instead of managing all of them manually you can manage with the help of AWS Cloudformation.
  • 8.