Problem Statement
What is AWS CloudFormation primarily used for?
Explanation
AWS CloudFormation is a service that enables users to define and provision AWS resources in a declarative way using templates.
It automates resource creation, updates, and deletion, ensuring consistency and repeatability across environments. Templates can be written in JSON or YAML and represent the desired infrastructure state.
