-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Codepipeline: Only one of artifact bucket and cross region replication buckets can be specified! #26164
Comments
What error messages did you see? Can you share more details about that? |
Hi pahud, This is the full error log: jsii.errors.JavaScriptError: The above exception was the direct cause of the following exception: Traceback (most recent call last): |
Hey, any update around this issue? |
Hi @makr11 For cross-region and/or cross-account issues with codepipeline, we have a p1 issue for tracking at #24051 and please report to that issue instead. If you are looking for a working sample for your reference, please check this out. |
I am getting the same error. I would like to use a single bucket for artifacts and replication buckets because otherwise we reach the 100 bucket limit quickly. If a single bucket cannot be used, at least 2 buckets, one for artifacts and one for replication would also be good.
Results in: |
Describe the feature
I couldn't find an explanation of this constraint. It would be extremely beneficial to be able to specify cross region replication bucket to be reused for all project pipelines which create cross region resources.
Use Case
Large amount of pipelines created with CDK creates a near limit amount of S3 Buckets, I would like to specify cross region replication bucket alongside artifact bucket.
Proposed Solution
No response
Other Information
No response
Acknowledgements
CDK version used
2.78.0
Environment details (OS name and version, etc.)
Ubuntu 22.04
The text was updated successfully, but these errors were encountered: