Bird
0
0

Which tool uses a JSON or YAML template to define infrastructure as code?

easy📝 Conceptual Q1 of 15
AWS - CloudFormation
Which tool uses a JSON or YAML template to define infrastructure as code?
AAWS CloudFormation
BTerraform
CAnsible
DDocker
Step-by-Step Solution
Solution:
  1. Step 1: Understand AWS CloudFormation template format

    AWS CloudFormation uses JSON or YAML files to describe infrastructure resources.
  2. Step 2: Compare with Terraform and others

    Terraform uses HCL language, Ansible is for configuration management, Docker is for containers.
  3. Final Answer:

    AWS CloudFormation uses JSON or YAML templates -> Option A
  4. Quick Check:

    Template format = AWS CloudFormation [OK]
Quick Trick: CloudFormation uses JSON/YAML; Terraform uses HCL [OK]
Common Mistakes:
  • Confusing Terraform's HCL with CloudFormation templates
  • Thinking Docker defines infrastructure
  • Mixing Ansible with infrastructure provisioning

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes