AWS Certified Cloud Practitioner (CLF-C02) — Question 51
A company wants to automate infrastructure deployment by using infrastructure as code (IaC). The company wants to scale production stacks so the stacks can be deployed in multiple AWS Regions.
Which AWS service will meet these requirements?
Answer options
- A. Amazon CloudWatch
- B. AWS Config
- C. AWS Trusted Advisor
- D. AWS CloudFormation
Correct answer: D
Explanation
AWS CloudFormation is the correct choice as it allows users to define and provision infrastructure using code, enabling scalable deployments across multiple regions. The other options, like Amazon CloudWatch, AWS Config, and AWS Trusted Advisor, are focused on monitoring, compliance, and best practices rather than infrastructure deployment.