You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run the following commands to create the instance profile role and attach the policy to it:
83
86
```sh
84
87
aws iam create-role --role-name HarvestRole --assume-role-policy-document file://trust-policy.json
85
88
aws iam attach-role-policy --role-name HarvestRole --policy-arn $POLICY_ARN
@@ -91,7 +94,7 @@ Note that the `trust-policy.json` file can be found in this repo.
91
94
92
95
### 3. Create EC2 Instance
93
96
94
-
We recommend using a `t2.xlarge` or larger instance type with 20GB disk.
97
+
We recommend using a `t2.xlarge` or larger instance type with at least 20GB disk.
95
98
96
99
Once you have created your ec2 instance, you can use the following command to attach the instance profile:
97
100
@@ -148,7 +151,7 @@ Preform the following steps to install Harvest on your EC2 instance:
148
151
149
152
#### 5.1. Generate Harvest Configuration File
150
153
151
-
Modify the `harvest.yml` found in this repo with your clusters details. You mostly should just have to change the `<FSxN_ip_X>`to the IP of your FSxN.
154
+
Modify the `harvest.yml` found in this repo with your clusters details. You should just have to change the `<FSxN_ip_X>`with the IP addresses of your FSxNs.
152
155
Add as many pollers as you need to monitor all your FSxNs. There should be an AWS Secrets Manager secret for each FSxN.
153
156
154
157
```yaml
@@ -303,7 +306,7 @@ Copy the following to the end of the `harvest-compose.yml` file:
303
306
304
307
##### 5.6.3. Add Yet-Another-Exporter target to prometheus.yml:
0 commit comments