(cdk-Bootstrap): bootstrap an account with a custom qualifier #26939
Labels
bug
This issue is a bug.
closed-for-staleness
This issue was automatically closed because it hadn't received any attention in a while.
effort/medium
Medium work item – several days of effort
p2
package/tools
Related to AWS CDK Tools or CLI
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Describe the bug
We have bootstrapped our account with a custom qualifier, However, although setting the stack synthesizer to use the correct qualifier when deploying the stack, it is failing with the following error message:
"Error [ValidationError]: Unable to fetch parameters [/cdk-bootstrap/nnnnnnnnnn/version] from parameter store for this account."
We face this problem in eu-east-1 but it works fine in eu-west-1
here is the portion of the code in question:
Expected Behavior
Have the same behaviour in us-east1 as in eu-west1
Current Behavior
We have bootstrapped our account with a custom qualifier, However, although setting the stack synthesizer to use the correct qualifier when deploying the stack, it is failing with the following error message:
"Error [ValidationError]: Unable to fetch parameters [/cdk-bootstrap/nnnnnnnnnn/version] from parameter store for this account."
Reproduction Steps
Deploying a CDK app and later changing the qualifier for the bootstrap
Possible Solution
No response
Additional Information/Context
We use this command to deploy:
npx [email protected] deploy '*' --toolkit-stack-name stack-xxxx-cdk-v2-bootstrap --require-approval never --debug
CDK CLI Version
2.67
Framework Version
No response
Node.js Version
14.19.3
OS
Linux
Language
Typescript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: