Skip to content

Commit

Permalink
Add another troubleshooting tip
Browse files Browse the repository at this point in the history
  • Loading branch information
rix0rrr committed Jul 8, 2020
1 parent ad4c1b2 commit be1cf0b
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions packages/@aws-cdk/pipelines/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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.

### <Stack> 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:
Expand Down

0 comments on commit be1cf0b

Please sign in to comment.