Problem Statement
Which AWS service is used for automating infrastructure deployment using templates?
Explanation
AWS CloudFormation allows you to define and provision infrastructure using JSON or YAML templates.
It treats infrastructure as code, ensuring consistency across environments.