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 年前402 查看次数
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 年前

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

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

回答问题的准则