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?
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?
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