diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2018-09-21 15:10:25 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2018-11-05 14:22:40 +0100 |
commit | cf232bb6d6a763b90ba1520845b1fa0e4957560f (patch) | |
tree | 7107d6a6da262403124b0f6398a3dbf193924f9f /doc/install | |
parent | 237a6c6278cbcec28d08c0db782647ed1b1e68c5 (diff) | |
download | gitlab-ce-cf232bb6d6a763b90ba1520845b1fa0e4957560f.tar.gz |
Move architecture section to the top
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/aws/index.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/install/aws/index.md b/doc/install/aws/index.md index b3ac8c57fa5..2069c2bde03 100644 --- a/doc/install/aws/index.md +++ b/doc/install/aws/index.md @@ -13,12 +13,6 @@ including the database, will be hosted on the same instance. If you are interested for a highly available environment, check the [high availability docs](../../administration/high_availability/README.md). -## Architecture - -Below is the diagram of the architecture. - -![AWS architecture](img/aws_diagram.png) - ## Requirements A basic familiarity with AWS and EC2 is assumed. In particular, you will need: @@ -28,6 +22,12 @@ A basic familiarity with AWS and EC2 is assumed. In particular, you will need: an SSH key to connect to the instance via SSH - A domain name under which GitLab will be reached +## Architecture + +Below is the diagram of the architecture. + +![AWS architecture](img/aws_diagram.png) + ## Costs Based on [GitLab's requirements](../requirements.md#hardware-requirements), the |