-
Notifications
You must be signed in to change notification settings - Fork 4.5k
(cdk-pipelines): cdk bootstrap command no longer valid #16512
Copy link
Copy link
Closed
Labels
@aws-cdk/pipelinesCDK Pipelines libraryCDK Pipelines librarydocumentationThis is a problem with documentation.This is a problem with documentation.effort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p2
Description
link to reference doc page: https://docs.aws.amazon.com/cdk/api/latest/docs/pipelines-readme.html#s3-error-access-denied
The command for creating a new cdkbootstrap
$ env CDK_NEW_BOOTSTRAP=1 npx cdk bootstrap \
--qualifier randchars1234
--toolkit-stack-name CDKToolkitTemp
aws://111111111111/us-east-1
fails with error
Error [ValidationError]: Parameter Qualifier failed to satisfy constraint: Qualifier must be an alphanumeric identifier of at most 10 characters
Maybe change it to 'random1234'?
Also missing \ after second and third lines.
This is a 📕 documentation issue
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
@aws-cdk/pipelinesCDK Pipelines libraryCDK Pipelines librarydocumentationThis is a problem with documentation.This is a problem with documentation.effort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p2