Added no efs mention to repo storage path and AWS
This commit is contained in:
parent
9bfdb1fa3b
commit
b342ffed8e
2 changed files with 4 additions and 0 deletions
|
@ -62,6 +62,8 @@ files and add the full paths of the alternative repository storage paths. In
|
|||
the example below, we add two more mountpoints that are named `nfs` and `cephfs`
|
||||
respectively.
|
||||
|
||||
NOTE: **Note:** This example uses NFS and CephFS. We do not recommend using EFS for storage as it may impact GitLab's performance. See the [relevant documentation](./high_availability/nfs.md#avoid-using-awss-elastic-file-system-efs) for more details.
|
||||
|
||||
**For installations from source**
|
||||
|
||||
1. Edit `gitlab.yml` and add the storage paths:
|
||||
|
|
|
@ -55,6 +55,8 @@ Here's a list of the AWS services we will use, with links to pricing information
|
|||
- **ElastiCache**: An in-memory cache environment will be used to provide a
|
||||
High Availability Redis configuration. See the
|
||||
[Amazon ElastiCache pricing](https://aws.amazon.com/elasticache/pricing/).
|
||||
|
||||
NOTE: **Note:** Please note that while we will be using EBS for storage, we do not recommend using EFS as it may negatively impact GitLab's performance. You can review the [relevant documentation](../../administration/high_availability/nfs.md#avoid-using-awss-elastic-file-system-efs) for more details.
|
||||
|
||||
## Creating an IAM EC2 instance role and profile
|
||||
To minimize the permissions of the user, we'll create a new [IAM](https://docs.aws.amazon.com/IAM/latest/UserGuide/introduction.html)
|
||||
|
|
Loading…
Reference in a new issue