This is a regular “data quiz”. Follow it on LinkedIn. Test your knowledge or learn something new.

Today Question:

Which format defines infrastructure using YAML?

A) ARM 

B) CloudFormation 

C) Terraform 

D) All


Correct Answer: D

Explanation

ARM, CloudFormation, and Terraform are tools for defining infrastructure as code. ARM (Azure Resource Manager) and CloudFormation (AWS) support JSON and YAML for declarative resource definitions. Terraform uses HCL (HashiCorp Configuration Language), but YAML is also supported through wrappers or conversions. All these tools allow versioning, audits, and automated deployments, increasing consistency and reliability when managing cloud environments.