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: content/learning-paths/embedded-and-microcontrollers/edge_impulse_greengrass/greengrassinstallation.md
+13-4Lines changed: 13 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Log into your edge device via SSH and we'll start the process of installing/conf
17
17
Prior to installing AWS IoT Greengrass, we need to create a set of AWS credentials that will be used as part of the installation process.
18
18
19
19
>**_NOTE:_**
20
-
>These credentials may automatically be provided to you when you initiate the workshop has hosted by AWS Workshop Studio. If so, please copy the credentials as we'll need them in the next step. The credentials should look like this:
20
+
>These credentials may automatically be provided to you when you initiate the workshop is hosted by AWS Workshop Studio. If so, please copy the credentials as we'll need them in the next step. The credentials should look like this:
@@ -70,10 +70,19 @@ In this example, we choose the "Linux" device type and we are going to download
70
70
Lower down in the menu, you will see the specific instructions that are custom-crafted for you to download and invoke the "Nucleus Classic" installer. The basic sequence of instructions are:
71
71
72
72
1) Start with a SSH shell session into your edge device
73
-
2) copy and paste your two AWS credentials into the shell environment
74
-
3) copy and paste/run the installer download curl command into your shell
73
+
2) copy and paste your two AWS credentials into the shell environment
74
+
```
75
+
NOTE: Your "two AWS credentials" are the AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY from above...
76
+
```
77
+
3) copy and paste/run the installer download curl command into your shell
78
+
```
79
+
NOTE: The "installer download command" is in the "Download the installer" section in the image below...
80
+
```
75
81
4) copy and paste/run the installer invocation command
76
-
5) wait for the installer to complete
82
+
```
83
+
NOTE: The "installer invocation command" is in the "Run the installer" section in the image below...
84
+
```
85
+
5) wait for the installer to complete on your edge device
0 commit comments