You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently trying to upgrade @cloudcomponents/cdk-blue-green-container-deployment to a CDK v2 supported version. When doing the required changes to CDK code and deploying, the following error occurs:
11:03:33 AM | UPDATE_FAILED | Custom::BlueGreenService | EcsServiceCustomResourceFFFFFFFF
Modifying service token is not allowed.
❌ app-stack failed: Error: The stack named app-stack failed to deploy: UPDATE_ROLLBACK_COMPLETE: Modifying service token is not allowed.
at FullCloudFormationDeployment.monitorDeployment (/node_modules/aws-cdk/lib/index.js:371:10236)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async deployStack2 (/node_modules/aws-cdk/lib/index.js:374:145469)
at async /node_modules/aws-cdk/lib/index.js:374:128787
at async run (/node_modules/aws-cdk/lib/index.js:374:126793)
aws-cdk-lib version 2.68.0
@cloudcomponents/cdk-blue-green-container-deployment version 2.1.0
The text was updated successfully, but these errors were encountered:
I'm currently trying to upgrade
@cloudcomponents/cdk-blue-green-container-deployment
to a CDK v2 supported version. When doing the required changes to CDK code and deploying, the following error occurs:aws-cdk-lib
version2.68.0
@cloudcomponents/cdk-blue-green-container-deployment
version2.1.0
The text was updated successfully, but these errors were encountered: