Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
5cf05e18
Commit
5cf05e18
authored
Mar 04, 2020
by
Collen Kriel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify that service names are examples
parent
8da519a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/install/aws/index.md
doc/install/aws/index.md
+2
-2
No files found.
doc/install/aws/index.md
View file @
5cf05e18
...
...
@@ -293,11 +293,11 @@ On the EC2 dashboard, look for Load Balancer in the left navigation bar:
1.
Click the
**Create Load Balancer**
button.
1.
Choose the
**Classic Load Balancer**
.
1.
Give it a name (
`gitlab-loadbalancer`
) and for the
**Create LB Inside**
option, select
`gitlab-vpc`
from the dropdown menu.
1.
Give it a name (
we'll use
`gitlab-loadbalancer`
) and for the
**Create LB Inside**
option, select
`gitlab-vpc`
from the dropdown menu.
1.
In the
**Listeners**
section, set HTTP port 80, HTTPS port 443, and TCP port 22 for both load balancer and instance protocols and ports.
1.
In the
**Select Subnets**
section, select both public subnets from the list.
1.
Click
**Assign Security Groups**
and select
**Create a new security group**
, give it a name
(
`gitlab-loadbalancer-sec-group`
) and description, and allow both HTTP and HTTPS traffic
(
we'll use
`gitlab-loadbalancer-sec-group`
) and description, and allow both HTTP and HTTPS traffic
from anywhere (
`0.0.0.0/0, ::/0`
).
1.
Click
**Configure Security Settings**
and select an SSL/TLS certificate from ACM or upload a certificate to IAM.
1.
Click
**Configure Health Check**
and set up a health check for your EC2 instances.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment