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
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)- A90% (44)
- B2% (1)
- C4% (2)
- D4% (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.