What is AWS CloudFormation?
AWS Cloud practitioner exam prep QA
Аудио-карточка · 0:19What 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.