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…
Question
Options
- A.xml
- B.json
- C.ini
- D.yaml
How the community answered
(29 responses)- A3% (1)
- B10% (3)
- C7% (2)
- D79% (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
Community Discussion
No community discussion yet for this question.