Skip to content

Commit

Permalink
Update documentations
Browse files Browse the repository at this point in the history
Signed-off-by: Drumil Patel <[email protected]>
  • Loading branch information
weastel committed Jul 29, 2020
1 parent 53649ad commit 118eb65
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions prombench/docs/eks.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,19 @@ Run prombench tests in [Elastic Kubernetes Service](https://aws.amazon.com/eks/)

---

- Create [security credentials](https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html) on AWS.
- Create a [VPC](https://docs.aws.amazon.com/eks/latest/userguide/network_reqs.html) with public subnets.
- Create a [service role](https://docs.aws.amazon.com/eks/latest/userguide/service_IAM_role.html) with Amazon EKS cluster role.
- Create a [Amazon EKS worker node IAM role](https://docs.aws.amazon.com/eks/latest/userguide/worker_node_IAM_role.html).
- Create [security credentials](https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html) on AWS. Create a credentials file as follows
```toml
[credentials]
aws_access_key_id = <Amazon access key>
aws_secret_access_key = <Amazon access secret>
```
- Create a [VPC](https://docs.aws.amazon.com/eks/latest/userguide/create-public-private-vpc.html) with public subnets.
- Create a [Amazon EKS cluster role](https://docs.aws.amazon.com/eks/latest/userguide/service_IAM_role.html) with following policies:
- AmazonEKSclusterPolicy
- Create a [Amazon EKS worker node role](https://docs.aws.amazon.com/eks/latest/userguide/worker_node_IAM_role.html) with following policies:
- AmazonEKSWorkerNodePolicy
- AmazonEKS_CNI_Policy
- AmazonEC2ContainerRegistryReadOnly
- Set the following environment variables and deploy the cluster.

```
Expand Down

0 comments on commit 118eb65

Please sign in to comment.