Is it possible to create a Codepipeline with source as CodeCommit in different region or different accounts?

0

Trying to create a Codepipeline where the CodePiipeline is in us-east-2 but the CodeCommit repo is in us-east-1.. I was wondering is it possible to use the CodeCommit repo in different region as. Source for my CodePipeline

1 Answer
1

Hello.

As stated in the document below, source actions (such as CodeCommit) do not support cross-region actions.
https://docs.aws.amazon.com/codepipeline/latest/userguide/actions-create-cross-region.html

You cannot create cross-Region actions for the following action types:

  • Source actions
  • Third-party actions
  • Custom actions

To support cross-region deployment, CodeCommit and CodePipeline must be created in the same region, and CodeDeploy must be created in another region.

profile picture
EXPERT
answered 6 months ago
profile picture
EXPERT
reviewed 6 months ago
profile pictureAWS
EXPERT
reviewed 6 months 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