AWS CodeDeploy with Private Git Server

0

I have multiple AWS accounts, one account has a private Git Server (in a private subnet) hosted where my development team commits code. We have CodeDeploy in another AWS account and would like to know if it is possible connect to the private Git Server to CodeDeploy.

AWS
質問済み 3年前403ビュー
1回答
0
承認された回答

CodeDeploy does not support a private Git server at this time, there are two options available.

  1. Use CodePipeline to fetch the source, which can connect to GitHub Enterprise (private GitHub server). See this CodePipeline documentation for more information.

  2. Use Git webhooks with AWS services. See this reference quick start for more information.

回答済み 3年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ