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
gefragt vor 3 Jahren403 Aufrufe
1 Antwort
0
Akzeptierte Antwort

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.

beantwortet vor 3 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen