aws-samples / aws-cross-account-cicd-pipeline

Example of how to use CDK to create a CodePipeline CI/CD pipeline, and how to configure it to deploy resources on different AWS Accounts.
MIT No Attribution
111 stars 37 forks source link

"Unable to fetch parameters" exception during deployment on production #40

Open lemked opened 1 year ago

lemked commented 1 year ago

Observed this during the last step of the pipeline, when deploying to the production account. Full error message is "Unable to fetch parameters [/cdk-bootstrap/hnb659fds/version] from parameter store for this account."

Not investigated the root cause, but was able to workaround it by manually creating the mentioned parameter in Parameter Store on the production account, using the same name and value as in the developer account.

image