From 4f3a9be1f6c51f057cfaa5b9b417344760ed0590 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Mon, 5 Nov 2018 18:02:24 +0100 Subject: Add section about Gitaly --- doc/install/aws/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/install/aws/index.md b/doc/install/aws/index.md index 303c2d95f2f..b41ee07fd52 100644 --- a/doc/install/aws/index.md +++ b/doc/install/aws/index.md @@ -508,6 +508,14 @@ To add more than one data volumes, follow the same steps. Read more on [storing Git data in an alternative directory](../../administration/repository_storage_paths.md). +### Setting up Gitaly + +Gitaly is a service that provides high-level RPC access to Git repositories. +It should be enabled and configured in a separate EC2 instance on the +[private VPC](#subnets) we configured previously. + +Follow the [documentation to set it up](../../administration/gitaly/index.md). + ### Using Amazon S3 object storage The S3 object storage can be used for various GitLab objects: -- cgit v1.2.1