Commit ee10c8ed authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'docs-aws-iam-role' into 'master'

Add steps to IAM role creation

See merge request gitlab-org/gitlab!29931
parents 6657e625 295996ff
...@@ -68,12 +68,12 @@ NOTE: **Note:** Please note that while we will be using EBS for storage, we do n ...@@ -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) 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: 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**. click **Create role**.
1. Create a new role by selecting **AWS service > EC2**, then click 1. Create a new role by selecting **AWS service > EC2**, then click
**Next: Permissions**. **Next: Permissions**.
1. Choose **AmazonEC2FullAccess** and **AmazonS3FullAccess**, then click **Next: Review**. 1. Choose **AmazonEC2FullAccess** and **AmazonS3FullAccess**, click **Tags** and add tags if needed.
1. Give the role the name `GitLabAdmin` and click **Create role**. 1. Click **Review**, give your role the name (we'll use `GitLabAdmin`), and click **Create role**.
## Configuring the network ## Configuring the network
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment