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
asked 3 years ago396 views
1 Answer
0
Accepted Answer

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.

answered 3 years 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