AWS CloudFormation Exam frequency ⭐⭐⭐⭐⭐

AWS CloudFormation

AWS CloudFormation

devopsAWS CloudFormationAWS
Last organized

AWS infrastructure as code that creates and manages repeatable resource stacks from declarative templates.

Basic Information

FieldDetails
English nameAWS CloudFormation
Full nameAWS CloudFormation
Chinese descriptionAWS 基础设施即代码服务
Japanese descriptionAWS CloudFormation(コードによるインフラストラクチャ管理サービス)
Exam frequency⭐⭐⭐⭐⭐
Often confused withAWS CLI / SDK / CDK / Terraform / Elastic Beanstalk

In one sentence

AWS infrastructure as code that creates and manages repeatable resource stacks from declarative templates.

Key points

  • Templates use YAML or JSON to declare resources, parameters, conditions, mappings, and outputs.
  • A Stack manages resources as one unit, while Change Sets preview updates and rollback handles failures.
  • Drift Detection finds differences between templates and actual resources; StackSets deploy across accounts and Regions.

Exam takeaway

Console is manual, CLI is command automation, SDK is application integration, and CloudFormation is declarative infrastructure management.