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
demandé il y a 3 ans402 vues
1 réponse
0
Réponse acceptée

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.

répondu il y a 3 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions