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
295996ff
Commit
295996ff
authored
Apr 20, 2020
by
Collen Kriel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add steps to IAM role creation
parent
f9bf7cf9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/install/aws/index.md
doc/install/aws/index.md
+3
-3
No files found.
doc/install/aws/index.md
View file @
295996ff
...
...
@@ -68,12 +68,12 @@ NOTE: **Note:** Please note that while we will be using EBS for storage, we do n
To minimize the permissions of the user, we'll create a new
[
IAM
](
https://docs.aws.amazon.com/IAM/latest/UserGuide/introduction.html
)
role with limited access:
1.
Navigate to the IAM dashboard
<https://console.aws.amazon.com/iam/home>
and
1.
Navigate to the IAM dashboard
<https://console.aws.amazon.com/iam/home>
, click on
**Roles**
in the left menu,
and
click
**Create role**
.
1.
Create a new role by selecting
**AWS service > EC2**
, then click
**Next: Permissions**
.
1.
Choose
**AmazonEC2FullAccess**
and
**AmazonS3FullAccess**
,
then click
**Next: Review**
.
1.
Give the role the name
`GitLabAdmin`
and click
**Create role**
.
1.
Choose
**AmazonEC2FullAccess**
and
**AmazonS3FullAccess**
,
click
**Tags**
and add tags if needed
.
1.
Click
**Review**
, give your role the name (we'll use
`GitLabAdmin`
),
and click
**Create role**
.
## Configuring the network
...
...
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