【发布时间】:2019-05-07 12:19:20
【问题描述】:
我尝试了很多方法:
aws cloudformation deploy --stack-name agent-prod --template-file prod-agent.yaml --region eu-central-1 --parameter-overrides ConfigFile="$(cat config.yaml)"
和
aws cloudformation deploy --stack-name agent-prod --template-file prod-agent.yaml --region eu-central-1 --parameter-overrides ConfigFile=fileb://config.yaml
但它没有用。有没有好的方法和已知的做到这一点?
【问题讨论】:
标签: amazon-web-services amazon-ec2 yaml amazon-cloudformation