cc
发布于 2026-01-21 / 0 阅读
0
0

cdk deploy报错-EarlyValidation

问题现象:

❌  VideoTranslation failed: ToolkitError: Failed to create ChangeSet cdk-deploy-change-set on VideoTranslation: FAILED, The following hook(s)/validation failed: [AWS::EarlyValidation::ResourceExistenceCheck]. To troubleshoot Early Validation errors, use the DescribeEvents API for detailed failure information.

解决办法:

查找下新增的资源,在aws console中是否已经存在,如果存在的话,删除即可。


评论