无法使用CLI使用AWS Cloudformation模板更新标签

时间:2020-02-28 15:19:26

标签: amazon-cloudformation

aws cloudformation deploy \
  --template test.yaml \
  --stack-name testing \
  --parameter-overrides build=1.0.51 \
  --region eu-west-1 \
  --tags project=web dataservice=true cache=web testing=project

Waiting for changeset to be created..
Waiting for stack create/update to complete

Failed to create/update the stack. Run the following command
to fetch the list of events leading up to the failure
aws cloudformation describe-stack-events --stack-name testing

在更新标签时,我们遇到了错误。请帮助我

0 个答案:

没有答案