ValidationError Stack:arn aws cloudformation stack is in ROLLBACK_COMPLETE state and can not be updated

前端 未结 2 1162
野性不改
野性不改 2020-12-17 07:30

When I deploy using cloudformation aws cloudformation deploy --region $region --stack-name ABC

Got error:

An error occurred (Val

2条回答
  •  误落风尘
    2020-12-17 08:19

    Run the following AWS CLI command to delete your stack:

    aws cloudformation delete-stack --stack-name <>
    

    It may take less than a minute to delete your stack, and then try re-deploying it.

提交回复
热议问题