Amazon ec2 堆栈中模板中的cloudformation更改参数,状态为UPDATE\u FAILED

Amazon ec2 堆栈中模板中的cloudformation更改参数,状态为UPDATE\u FAILED,amazon-ec2,amazon-cloudformation,Amazon Ec2,Amazon Cloudformation,我有一个状态更新\回滚\失败的堆栈,因为我的一个嵌套堆栈失败 Embedded stack arn:aws:cloudformation:eu-central-1:074418685182:stack/ap-DEV-10-ResRootStackServerI-ETMCY1BACYOL/2d7805d0-3ba3-11ea-856c-02433c861a1c was not successfully updated. Currently in UPDATE_ROLLBACK_FAILED wit

我有一个状态更新\回滚\失败的堆栈,因为我的一个嵌套堆栈失败

Embedded stack arn:aws:cloudformation:eu-central-1:074418685182:stack/ap-DEV-10-ResRootStackServerI-ETMCY1BACYOL/2d7805d0-3ba3-11ea-856c-02433c861a1c was not successfully updated. Currently in UPDATE_ROLLBACK_FAILED with reason: The following resource(s) failed to update: [ResServerFrontServerA, ResServerBackServerB, ResServerFrontServerB, ResServerBackServerA].
我知道问题出在哪里-一些实例的实例类型错误,在收到此消息后,我更改了实例的类型,并且实例工作正常,但我的Cloudformation堆栈存在问题,因此我无法更新。我尝试通过AWS控制台运行“继续更新回滚”,但实例正在更改,因为模板定义了错误的实例类型。如何更改已运行堆栈的现有模板中的参数

我尝试通过cli运行命令

aws cloudformation continue-update-rollback --stack-name ap-DEV-10 --resources-to-skip ap-DEV-10-ResRootStackServerI-ETMCY1BACYOL.ResServerBackServerA
但我得到了一个错误:

Nested stack resources can only be skipped when their embedded stack statuses are one of [DELETE_COMPLETE, DELETE_IN_PROGRESS, DELETE_FAILED]

我想我也有同样的问题。你解决这个问题了吗?