nerdexam
LPI

305-300 · Question #58

What is the typical format for cloud-init configuration files?

The correct answer is D. .yaml. Cloud-init configuration files are typically written in YAML (Yet Another Markup Language) format. Official cloud-init documentation specifies that cloud-config files use YAML syntax, which is human- readable and well suited for declarative configuration. YAML files allow…

Virtualization

Question

What is the typical format for cloud-init configuration files?

Options

  • A.xml
  • B.json
  • C.ini
  • D.yaml

How the community answered

(29 responses)
  • A
    3% (1)
  • B
    10% (3)
  • C
    7% (2)
  • D
    79% (23)

Explanation

Cloud-init configuration files are typically written in YAML (Yet Another Markup Language) format. Official cloud-init documentation specifies that cloud-config files use YAML syntax, which is human- readable and well suited for declarative configuration. YAML files allow administrators to define users, packages, services, networking, and commands in a structured and consistent way. While cloud-init can process shell scripts and MIME multipart data, YAML remains the standard and recommended format.

Topics

#cloud-init#YAML#configuration files#IaaS

Community Discussion

No community discussion yet for this question.

Full 305-300 Practice