From be1cf0bd66022990120aa90643900661d1d99d2f Mon Sep 17 00:00:00 2001 From: Rico Huijbers Date: Wed, 8 Jul 2020 11:40:45 +0200 Subject: [PATCH] Add another troubleshooting tip --- packages/@aws-cdk/pipelines/README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/packages/@aws-cdk/pipelines/README.md b/packages/@aws-cdk/pipelines/README.md index 820dcdbdd0c4a..6b171a06dea98 100644 --- a/packages/@aws-cdk/pipelines/README.md +++ b/packages/@aws-cdk/pipelines/README.md @@ -530,7 +530,7 @@ Here are some common errors you may encounter while using this library. ### Pipeline: Internal Failure -If you see the following error: +If you see the following error during deployment of your pipeline: ``` CREATE_FAILED | AWS::CodePipeline::Pipeline | Pipeline/Pipeline @@ -542,7 +542,7 @@ right permissions to access the repository you're trying to access. ### Key: Policy contains a statement with one or more invalid principals -If you see the following error: +If you see the following error during deployment of your pipeline: ``` CREATE_FAILED | AWS::KMS::Key | Pipeline/Pipeline/ArtifactsBucketEncryptionKey @@ -553,6 +553,19 @@ One of the target (account, region) environments has not been bootstrapped with the new bootstrap stack. Check your target environments and make sure they are all bootstrapped. +### is in ROLLBACK_COMPLETE state and can not be updated. + +If you see the following error during execution of your pipeline: + +``` +Stack ... is in ROLLBACK_COMPLETE state and can not be updated. (Service: +AmazonCloudFormation; Status Code: 400; Error Code: ValidationError; Request +ID: ...) +``` + +The stack failed its previous deployment, and is in a non-retryable state. +Go into the CloudFormation console, delete the stack, and retry the deployment. + ## Current Limitations Limitations that we are aware of and will address: