如何生成 YAML 格式的 Cloudformation 模板?

How to generate Couldformation template in YAML format?

根据https://docs.aws.amazon.com/AmazonECS/latest/developerguide/create-task-definition.html

aws ecs register-task-definition --generate-cli-skeleton 将生成一个 JSON 模板。是否可以生成 YAML 模板?还是我需要获取 JSON 文件并进行转换?

根据当前文档,不支持输出为YAML。