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

已提问 6 个月前295 查看次数
1 回答
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
专家
已回答 6 个月前
profile picture
专家
已审核 6 个月前
profile pictureAWS
专家
已审核 6 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则