VMware Aria Automation 8.x Professional — Question 33
What is a valid consideration when using cloudConfig in YAML?
Answer options
- A. Enter the hash character (#) after adding two spaces after the colon (:) in cloudConfig.
- B. Start the next line after the directive (users, runcmd, and so on), with three spaces followed by a hyphen and a space.
- C. Align the cloudConfig: section with other parts of machine properties, such as image, flavor, networks.
- D. Enter the semi colon character (;) after adding two spaces after the colon (:) in cloudConfig.
Correct answer: C
Explanation
Option C is correct because aligning the cloudConfig: section with other machine properties ensures proper YAML structure and interpretation. The other options suggest incorrect formatting practices that would lead to YAML parsing errors, such as improper use of characters or spacing.