MemotivaAWS Cloud practitioner exam prep QA

What is AWS CloudFormation?

What is AWS CloudFormation?

0:19

CloudFormation lets you model and provision AWS resources using templates written in JSON or YAML (Infrastructure as Code). You describe the desired resources, and CloudFormation creates and configures them in the right order. Benefits: repeatable deployments, version control for infrastructure, automated rollback on failure, and consistency across environments.