nerdexam
Amazon

CLF-C02 · Question #683

Which AWS service supports a company's ability to provision infrastructure as code (IaC)?

The correct answer is A. AWS CloudFormation. AWS CloudFormation allows users to define and provision AWS infrastructure using code (in JSON or YAML format), supporting the Infrastructure as Code (IaC) model. AWS CodeBuild is used to compile and test code, not provision infrastructure. AWS Systems Manager helps manage infras

Submitted by chen.hong· Mar 6, 2026Cloud Technology and Services

Question

Which AWS service supports a company's ability to provision infrastructure as code (IaC)?

Options

  • AAWS CloudFormation
  • BAWS CodeBuild
  • CAWS Systems Manager
  • DAWS Trusted Advisor

How the community answered

(49 responses)
  • A
    90% (44)
  • B
    2% (1)
  • C
    4% (2)
  • D
    4% (2)

Explanation

AWS CloudFormation allows users to define and provision AWS infrastructure using code (in JSON or YAML format), supporting the Infrastructure as Code (IaC) model. AWS CodeBuild is used to compile and test code, not provision infrastructure. AWS Systems Manager helps manage infrastructure but does not provision it as code. AWS Trusted Advisor provides recommendations for cost optimization, security, and performance, but does not support IaC.

Community Discussion

No community discussion yet for this question.

Full CLF-C02 Practice