tengo este problema
命令未成功退出
aws cloudformation package \
--template template.yml \
--s3-bucket $S3_BUCKET \
--output--template template-export.yml
退出状态255
答案 0 :(得分:0)
我注意到您提供的两个模板选项均不正确。
要获取有关awscli命令的帮助,可以运行:
aws <service> <command> help
例如:
aws cloudformation package help
执行此操作时,您会看到模板文件的选项为:
--template-file <value>
--output-template-file <value>