305-300 · Question #119
Which cloud management tools are known for their infrastructure-as-code (IaC) approach? (Select all that apply)
The correct answer is A. Puppet B. Terraform C. AWS CloudFormation D. Ansible. Infrastructure as Code (IaC) is an approach where infrastructure is defined and managed using machine-readable configuration files. According to DevOps and cloud documentation, Puppet, Terraform, AWS CloudFormation, and Ansible all support IaC principles. Terraform and AWS…
Question
Options
- APuppet
- BTerraform
- CAWS CloudFormation
- DAnsible
How the community answered
(43 responses)- A100% (43)
Explanation
Infrastructure as Code (IaC) is an approach where infrastructure is defined and managed using machine-readable configuration files. According to DevOps and cloud documentation, Puppet, Terraform, AWS CloudFormation, and Ansible all support IaC principles. Terraform and AWS CloudFormation are declarative IaC tools used to provision cloud infrastructure. Puppet and Ansible are configuration management and automation tools that also enable infrastructure definition through code. All listed tools are widely recognized in IaC workflows, making A, B, C, and D correct.
Topics
Community Discussion
No community discussion yet for this question.