Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-03-30 18:07:51 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-03-30 18:07:51 +0300
commit4e9acbfba3682c552b3de707c535e6257ef41054 (patch)
tree8b1fd5f89ad3f1be68d8944815b13bb7d498e4a6 /doc/install
parent506d6dcd7c787ba71a8a53102f3d4fdb6adcfa5e (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/aws/index.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/install/aws/index.md b/doc/install/aws/index.md
index 3c828ef1726..ed46876619d 100644
--- a/doc/install/aws/index.md
+++ b/doc/install/aws/index.md
@@ -115,12 +115,12 @@ RDS instances as well:
1. Follow the same steps to create all subnets:
- | Name tag | Type | Availability Zone | CIDR block |
- | ------------------------- | ------- | ----------------- | ---------- |
- | `gitlab-public-10.0.0.0` | public | `us-west-2a` | `10.0.0.0` |
- | `gitlab-private-10.0.1.0` | private | `us-west-2a` | `10.0.1.0` |
- | `gitlab-public-10.0.2.0` | public | `us-west-2b` | `10.0.2.0` |
- | `gitlab-private-10.0.3.0` | private | `us-west-2b` | `10.0.3.0` |
+ | Name tag | Type | Availability Zone | CIDR block |
+ | ------------------------- | ------- | ----------------- | ------------- |
+ | `gitlab-public-10.0.0.0` | public | `us-west-2a` | `10.0.0.0/24` |
+ | `gitlab-private-10.0.1.0` | private | `us-west-2a` | `10.0.1.0/24` |
+ | `gitlab-public-10.0.2.0` | public | `us-west-2b` | `10.0.2.0/24` |
+ | `gitlab-private-10.0.3.0` | private | `us-west-2b` | `10.0.3.0/24` |
### Create NAT Gateways