diff options
author | Sara Ahbabou <sahbabou@gitlab.com> | 2019-03-26 15:49:46 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-03-26 15:49:46 +0000 |
commit | b342ffed8e9fe9bd39a025168a6e5142fd16dbd4 (patch) | |
tree | c4852781b199a764f0a5c0b318c74c982c695d6e /doc/install | |
parent | 9bfdb1fa3bc9188d23e8b0fec58bcd86b56de99b (diff) | |
download | gitlab-ce-b342ffed8e9fe9bd39a025168a6e5142fd16dbd4.tar.gz |
Added no efs mention to repo storage path and AWS
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/aws/index.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/install/aws/index.md b/doc/install/aws/index.md index 2fcc9b90157..d02aa24cd85 100644 --- a/doc/install/aws/index.md +++ b/doc/install/aws/index.md @@ -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) |