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
Copy file name to clipboardExpand all lines: lib/allora/README.md
+70Lines changed: 70 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -157,4 +157,74 @@ We will use AWS Cloud9 to execute the subsequent commands. Follow the instructio
157
157
```bash
158
158
aws iam delete-instance-profile --instance-profile-name Cloud9-Developer-Access
159
159
aws iam delete-role --role-name Cloud9-Developer-Access
160
+
```
161
+
162
+
### FAQ
163
+
164
+
1. How to check the logs from the EC2 user-data script?
165
+
166
+
Please enter the [AWS Management Console - EC2 Instances](https://us-east-2.console.aws.amazon.com/ec2/home?region=us-east-2#Instances:instanceState=running), choose the correct region, copy the instance ID you need to query.
167
+
168
+
```bash
169
+
pwd
170
+
# Make sure you are in aws-blockchain-node-runners/lib/allora
2. How to check the worker node connectivity to the Allora Network?
178
+
179
+
Please enter the [AWS Management Console - EC2 Instances](https://us-east-2.console.aws.amazon.com/ec2/home?region=us-east-2#Instances:instanceState=running), choose the correct region, copy the instance ID you need to query.
180
+
181
+
```bash
182
+
pwd
183
+
# Make sure you are in aws-blockchain-node-runners/lib/allora
3. How to check the Allora worker containers are running?
213
+
214
+
Please enter the [AWS Management Console - EC2 Instances](https://us-east-2.console.aws.amazon.com/ec2/home?region=us-east-2#Instances:instanceState=running), choose the correct region, copy the instance ID you need to query.
215
+
216
+
```bash
217
+
pwd
218
+
# Make sure you are in aws-blockchain-node-runners/lib/allora
0 commit comments