How to make codepipeline in RegionA to use codecommit repo which is in RegionB

0

I have a requirement where i need to use the existing codecommit repos in RegionB for the codepipelines in RegionA. I have read that codepipeline supports cross-region actions but when i try to do it , I am not able to find region in source stage of codepipeline. Another way is to do this through replication of codecommit repos into RegionA with a pipeline. But I am trying to avoid that. Is there any other way to achieve this?

asked a year ago714 views
1 Answer
0

According to AWS documentation:

You cannot create cross-Region actions for the following action types: Source actions, Third-party actions, Custom actions

You can find more details regarding cross-region behaviour of AWS Codepipeline here in meantime: https://docs.aws.amazon.com/codepipeline/latest/userguide/actions-create-cross-region.html

Regarding workarounds: there would be two direct ways:

wieshka
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions