CloudFormation

  • AWS CloudFormation allows you to quickly and easily deploy your infrastructure resources and applications on AWS.

  • It simplifies provisioning and managing resources on aws.

  • We can create template for the services and applications you want to build on aws.

  • AWS CloudFormation uses those templates to quickly and reliably provision those services or applications, called stacks. We can use resources from over 20 aws services such as EC2, VPC, RDS, Redshift etc in CloudFormation

Last updated