2

I have a GitLab deployment which is great since it provides a great GUI, however it's not nearly as scalable or persistent as something like AWS CodeCommit.

Is it possible to use CodeCommit or some other Git Server as a backend for GitLab?

Loourr
  • 4,995
  • 10
  • 44
  • 68
  • 2
    No, you can't use CodeCommit as a "backend" for GitLab. You can, however, deploy GitLab on EC2 using the `gitlab-aws-image` AMI as mentioned [here](https://about.gitlab.com/aws/). There is also more information on GitLab HA [here](https://about.gitlab.com/high-availability/). – ivan.sim Jun 21 '16 at 23:17

1 Answers1

0

You cannot use CodeCommit as the source repository for GitLab. You can however mirror it for various good reasons like disaster recovery or backup.

https://docs.gitlab.com/ee/workflow/repository_mirroring.html

TomSchober
  • 433
  • 4
  • 12