In parts of AWS / Amazon usage of YAML is forbidden.<p>I sort of remember it was a contributing factor to a significant outage. A YAML config file was truncated and given partial configuration and otherwise falling back to default config, it put a system into a bad state.<p>YAML was banned by some teams (and discouraged in most teams), because you can't detect a truncated file, like you can with XML or JSON.