LPIC-3 Exam 305 (Virtualization and Containerization) — Question 10
Which of the following kinds of data can cloud-init process directly from user-data? (Choose three.)
Answer options
- A. Shell scripts to execute
- B. Lists of URLs to import
- C. ISO images to boot from
- D. cloud-config declarations in YAML
- E. Base64-encoded binary files to execute
Correct answer: A, B, D
Explanation
The correct answers are A, B, and D because cloud-init can directly process shell scripts, lists of URLs, and cloud-config declarations in YAML format from user-data. Options C and E are incorrect as ISO images cannot be processed directly by cloud-init, and Base64-encoded binary files are not a supported format for user-data.